#DB7ED9

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

Shades of Orchid #DB7ED9

Tints of Orchid #DB7ED9

Color information

#DB7ED9 (or 0xDB7ED9) is unknown color: approx Orchid. HEX triplet: DB, 7E and D9. RGB value is (219,126,217). Sum of RGB (Red+Green+Blue) = 219+126+217=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7ED9 is #248126. Grayscale: #A3A3A3. Windows color (decimal): -2392359 or 14253787. OLE color: 14253787.

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

Color convert

RGB219126217-
CMYK00.420.010.14
HSL301.29º56.36%67.65%-
HSV(B)301.29º42.47%85.88%-
XYZ49.234.9969.81-
YUV164.18157.81167.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 126 (49.61% from 255) = 22.42%
BLUE value IS 217 (85.16% from 255) = 38.61%
R=38.97%
G=22.42%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912621700.420.010.14301.2956.3667.65
HexDB7ED902A1E12d3844
Octal33317633105211645570104
Binary110110111111110110110010101010111101001011011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7ED9; }

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

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

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

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

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

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

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

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