Html Css Color HEX #DC65DE Orchid

📋 copy color: '#DC65DE'

red 220 ◦ green 101 ◦ blue 222

#DC65DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DC65DE

Tints of Orchid #DC65DE

RGB

 RED value IS 220 (86.33% from 255) = 40.52%

 GREEN value IS 101 (39.84% from 255) = 18.6%

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 40.52%
G = 18.6%
B = 40.88%

CMYK

 C value IS 0.01

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DC65DE (or 0xDC65DE) is known color: Orchid. HEX triplet: DC, 65 and DE. RGB value is (220,101,222). Sum of RGB (Red+Green+Blue) = 220+101+222=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC65DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC65DE is #239A21. Grayscale: #969696. Windows color (decimal): -2333218 or 14575068. OLE color: 14575068.

HSL color Cylindrical-coordinate representation of color #DC65DE: hue angle of 299.01º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC65DE is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 101 222 -
CMYK 0.01 0.55 0 0.13
HSL 299.01º 0.65% 0.63% -
HSV(B) 299.01º 0.55% 0.87% -
XYZ 47.35 29.8 72.36 -
YUV 150.38 168.42 177.66 -
System Red Green Blue C M Y K H S L
Decimal 220 101 222 0.01 0.55 0 0.13 299.01 0.65 0.63
Hex DC 65 DE 1 37 0 D 12B 41 3F
Octal 334 145 336 1 67 0 15 453 101 77
Binary 11011100 1100101 11011110 1 110111 0 1101 100101011 1000001 111111

Color Harmonies of #DC65DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC65DE

Black with #DC65DE

Text Example


Text Example

White with #DC65DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC65DE; }

 p { color: rgb(220,101,222); }

 H1.HeaderClassName
 {
   color: #DC65DE;
 }
 .AnyTagClassName
 {
   color: #DC65DE;
 }
</style>

background-color css

<style>
 a { background-color: #DC65DE; }

 a { background-color: rgb(220,101,222); }

 div.DivClassName
 {
   background-color: #DC65DE;
 }
 .BgClassName
 {
   background-color: #DC65DE;
 }
</style>

border-color css

<style>
 span { border-color: #DC65DE; }

 span { border-color: rgb(220,101,222); }

 td.TdClassName
 {
   border-color: #DC65DE;
 }
 .TagClassName
 {
   border-color: #DC65DE;
 }
</style>