#DB7EC9

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

Shades of Orchid #DB7EC9

Tints of Orchid #DB7EC9

Color information

#DB7EC9 (or 0xDB7EC9) is unknown color: approx Orchid. HEX triplet: DB, 7E and C9. RGB value is (219,126,201). Sum of RGB (Red+Green+Blue) = 219+126+201=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EC9 is #248136. Grayscale: #A2A2A2. Windows color (decimal): -2392375 or 13205211. OLE color: 13205211.

HSL color Cylindrical-coordinate representation of color #DB7EC9: hue angle of 311.61º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7EC9 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219126201-
CMYK00.420.080.14
HSL311.61º56.36%67.65%-
HSV(B)311.61º42.47%85.88%-
XYZ47.2234.259.37-
YUV162.36149.81168.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.11%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=40.11%
G=23.08%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912620100.420.080.14311.6156.3667.65
HexDB7EC902A8E1383844
Octal333176311052101647070104
Binary110110111111110110010010101010100011101001110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EC9; }

 p { color: rgb(219,126,201); }

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

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

 a { background-color: rgb(219,126,201); }

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

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

 span { border-color: rgb(219,126,201); }

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