#D66CC5

Color #D66CC5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D66CC5

Tints of Orchid #D66CC5

Color information

#D66CC5 (or 0xD66CC5) is unknown color: approx 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

RGB214108197-
CMYK00.500.080.16
HSL309.62º56.38%63.14%-
HSV(B)309.62º49.53%83.92%-
XYZ43.1729.0556.16-
YUV149.84154.62173.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410819700.500.080.16309.6256.3863.14
HexD66CC5032810136383f
Octal32615430506210204667077
Binary110101101101100110001010110010100010000100110110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>