#DB66C8

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

Shades of Orchid #DB66C8

Tints of Orchid #DB66C8

Color information

#DB66C8 (or 0xDB66C8) is unknown color: approx Orchid. HEX triplet: DB, 66 and C8. RGB value is (219,102,200). Sum of RGB (Red+Green+Blue) = 219+102+200=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66C8 is #249937. Grayscale: #939393. Windows color (decimal): -2398520 or 13133531. OLE color: 13133531.

HSL color Cylindrical-coordinate representation of color #DB66C8: hue angle of 309.74º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66C8 is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219102200-
CMYK00.530.090.14
HSL309.74º61.9%62.94%-
HSV(B)309.74º53.42%85.88%-
XYZ44.3928.7357.85-
YUV148.16157.26178.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 102 (40.23% from 255) = 19.58%
BLUE value IS 200 (78.52% from 255) = 38.39%
R=42.03%
G=19.58%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910220000.530.090.14309.7461.962.94
HexDB66C80359E1363e3f
Octal33314631006511164667677
Binary11011011110011011001000011010110011110100110110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66C8; }

 p { color: rgb(219,102,200); }

 H1.HeaderClassName
 {
   color: #DB66C8;
 }
 .AnyTagClassName
 {
   color: #DB66C8;
 }
</style>
background-color css

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

 a { background-color: rgb(219,102,200); }

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

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

 span { border-color: rgb(219,102,200); }

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