#DB7EC8

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

Shades of Orchid #DB7EC8

Tints of Orchid #DB7EC8

Color information

#DB7EC8 (or 0xDB7EC8) is unknown color: approx Orchid. HEX triplet: DB, 7E and C8. RGB value is (219,126,200). Sum of RGB (Red+Green+Blue) = 219+126+200=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EC8 is #248137. Grayscale: #A2A2A2. Windows color (decimal): -2392376 or 13139675. OLE color: 13139675.

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

Color convert

RGB219126200-
CMYK00.420.090.14
HSL312.26º56.36%67.65%-
HSV(B)312.26º42.47%85.88%-
XYZ47.134.1558.75-
YUV162.24149.31168.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 126 (49.61% from 255) = 23.12%
BLUE value IS 200 (78.52% from 255) = 36.70%
R=40.18%
G=23.12%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912620000.420.090.14312.2656.3667.65
HexDB7EC802A9E1383844
Octal333176310052111647070104
Binary110110111111110110010000101010100111101001110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7EC8; }

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

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

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

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

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

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

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

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