Html Css Color HEX #D66DCC Orchid

📋 copy color: '#D66DCC'

red 214 ◦ green 109 ◦ blue 204

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

Shades of Orchid #D66DCC

Tints of Orchid #D66DCC

RGB

 RED value IS 214 (83.98% from 255) = 40.61%

 GREEN value IS 109 (42.97% from 255) = 20.68%

 BLUE value IS 204 (80.08% from 255) = 38.71%

R = 40.61%
G = 20.68%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66DCC (or 0xD66DCC) is known color: Orchid. HEX triplet: D6, 6D and CC. RGB value is (214,109,204). Sum of RGB (Red+Green+Blue) = 214+109+204=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66DCC is #299233. Grayscale: #969696. Windows color (decimal): -2724404 or 13397462. OLE color: 13397462.

HSL color Cylindrical-coordinate representation of color #D66DCC: hue angle of 305.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DCC is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 109 204 -
CMYK 0 0.49 0.05 0.16
HSL 305.71º 0.56% 0.63% -
HSV(B) 305.71º 0.49% 0.84% -
XYZ 44.1 29.59 60.51 -
YUV 151.23 157.79 172.78 -
System Red Green Blue C M Y K H S L
Decimal 214 109 204 0 0.49 0.05 0.16 305.71 0.56 0.63
Hex D6 6D CC 0 31 5 10 132 38 3F
Octal 326 155 314 0 61 5 20 462 70 77
Binary 11010110 1101101 11001100 0 110001 101 10000 100110010 111000 111111

Color Harmonies of #D66DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66DCC

Black with #D66DCC

Text Example


Text Example

White with #D66DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66DCC; }

 p { color: rgb(214,109,204); }

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

background-color css

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

 a { background-color: rgb(214,109,204); }

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

border-color css

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

 span { border-color: rgb(214,109,204); }

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