Html Css Color HEX #D66CC5 Orchid

📋 copy color: '#D66CC5'

red 214 ◦ green 108 ◦ blue 197

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

Shades of Orchid #D66CC5

Tints of Orchid #D66CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.96%

R = 41.23%
G = 20.81%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D66CC5 (or 0xD66CC5) is known color: Orchid. HEX triplet: D6, 6C and C5. RGB value is (214,108,197). Sum of RGB (Red+Green+Blue) = 214+108+197=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D66CC5 is #29933A. Grayscale: #959595. Windows color (decimal): -2724667 or 12938454. OLE color: 12938454.

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

Color convert

RGB 214 108 197 -
CMYK 0 0.50 0.08 0.16
HSL 309.62º 0.56% 0.63% -
HSV(B) 309.62º 0.5% 0.84% -
XYZ 43.17 29.05 56.16 -
YUV 149.84 154.62 173.76 -
System Red Green Blue C M Y K H S L
Decimal 214 108 197 0 0.50 0.08 0.16 309.62 0.56 0.63
Hex D6 6C C5 0 32 8 10 136 38 3F
Octal 326 154 305 0 62 10 20 466 70 77
Binary 11010110 1101100 11000101 0 110010 1000 10000 100110110 111000 111111

Color Harmonies of #D66CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66CC5

Black with #D66CC5

Text Example


Text Example

White with #D66CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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