Html Css Color HEX #D66BCC Orchid

📋 copy color: '#D66BCC'

red 214 ◦ green 107 ◦ blue 204

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

Shades of Orchid #D66BCC

Tints of Orchid #D66BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

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

R = 40.76%
G = 20.38%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D66BCC (or 0xD66BCC) is known color: Orchid. HEX triplet: D6, 6B and CC. RGB value is (214,107,204). Sum of RGB (Red+Green+Blue) = 214+107+204=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66BCC is #299433. Grayscale: #959595. Windows color (decimal): -2724916 or 13396950. OLE color: 13396950.

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

Color convert

RGB 214 107 204 -
CMYK 0 0.50 0.05 0.16
HSL 305.61º 0.57% 0.63% -
HSV(B) 305.61º 0.5% 0.84% -
XYZ 43.89 29.17 60.44 -
YUV 150.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 214 107 204 0 0.50 0.05 0.16 305.61 0.57 0.63
Hex D6 6B CC 0 32 5 10 132 39 3F
Octal 326 153 314 0 62 5 20 462 71 77
Binary 11010110 1101011 11001100 0 110010 101 10000 100110010 111001 111111

Color Harmonies of #D66BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BCC

Black with #D66BCC

Text Example


Text Example

White with #D66BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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