#DB66E2

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

Shades of Orchid #DB66E2

Tints of Orchid #DB66E2

Color information

#DB66E2 (or 0xDB66E2) is unknown color: approx Orchid. HEX triplet: DB, 66 and E2. RGB value is (219,102,226). Sum of RGB (Red+Green+Blue) = 219+102+226=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB66E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB66E2 is #24991D. Grayscale: #969696. Windows color (decimal): -2398494 or 14837467. OLE color: 14837467.

HSL color Cylindrical-coordinate representation of color #DB66E2: hue angle of 296.61º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB66E2 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219102226-
CMYK0.030.5500.11
HSL296.61º68.13%64.31%-
HSV(B)296.61º54.87%88.63%-
XYZ47.6930.0575.24-
YUV151.12170.26176.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 226 (88.67% from 255) = 41.32%
R=40.04%
G=18.65%
B=41.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191022260.030.5500.11296.6168.1364.31
HexDB66E23370B1294440
Octal333146342367013451104100
Binary11011011110011011100010111101110101110010100110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB66E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB66E2; }

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

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

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

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

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

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

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

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