Html Css Color HEX #D66CC9 Orchid

📋 copy color: '#D66CC9'

red 214 ◦ green 108 ◦ blue 201

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

Shades of Orchid #D66CC9

Tints of Orchid #D66CC9

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.65%

 BLUE value IS 201 (78.91% from 255) = 38.43%

R = 40.92%
G = 20.65%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D66CC9 (or 0xD66CC9) is known color: Orchid. HEX triplet: D6, 6C and C9. RGB value is (214,108,201). Sum of RGB (Red+Green+Blue) = 214+108+201=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CC9 is #299336. Grayscale: #969696. Windows color (decimal): -2724663 or 13200598. OLE color: 13200598.

HSL color Cylindrical-coordinate representation of color #D66CC9: hue angle of 307.36º degrees, saturation: 0.56, 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 #D66CC9 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 108 201 -
CMYK 0 0.50 0.06 0.16
HSL 307.36º 0.56% 0.63% -
HSV(B) 307.36º 0.5% 0.84% -
XYZ 43.64 29.24 58.6 -
YUV 150.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 214 108 201 0 0.50 0.06 0.16 307.36 0.56 0.63
Hex D6 6C C9 0 32 6 10 133 38 3F
Octal 326 154 311 0 62 6 20 463 70 77
Binary 11010110 1101100 11001001 0 110010 110 10000 100110011 111000 111111

Color Harmonies of #D66CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CC9

Black with #D66CC9

Text Example


Text Example

White with #D66CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CC9; }

 p { color: rgb(214,108,201); }

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

background-color css

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

 a { background-color: rgb(214,108,201); }

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

border-color css

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

 span { border-color: rgb(214,108,201); }

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