#DB66C2

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

Shades of Orchid #DB66C2

Tints of Orchid #DB66C2

Color information

#DB66C2 (or 0xDB66C2) is unknown color: approx Orchid. HEX triplet: DB, 66 and C2. RGB value is (219,102,194). Sum of RGB (Red+Green+Blue) = 219+102+194=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66C2 is #24993D. Grayscale: #939393. Windows color (decimal): -2398526 or 12740315. OLE color: 12740315.

HSL color Cylindrical-coordinate representation of color #DB66C2: hue angle of 312.82º 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 #DB66C2 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219102194-
CMYK00.530.110.14
HSL312.82º61.9%62.94%-
HSV(B)312.82º53.42%85.88%-
XYZ43.728.4654.23-
YUV147.47154.26179.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.52%
GREEN value IS 102 (40.23% from 255) = 19.81%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=42.52%
G=19.81%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910219400.530.110.14312.8261.962.94
HexDB66C2035BE1393e3f
Octal33314630206513164717677
Binary11011011110011011000010011010110111110100111001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66C2; }

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

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

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

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

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

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

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

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