#db7ee2

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

Shades of Orchid #DB7EE2

Tints of Orchid #DB7EE2

Color information

#DB7EE2 (or 0xDB7EE2) is unknown color: approx Orchid. HEX triplet: DB, 7E and E2. RGB value is (219,126,226). Sum of RGB (Red+Green+Blue) = 219+126+226=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB7EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EE2 is #24811D. Grayscale: #A4A4A4. Windows color (decimal): -2392350 or 14843611. OLE color: 14843611.

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

Color convert

RGB219126226-
CMYK0.030.4400.11
HSL295.8º63.29%69.02%-
HSV(B)295.8º44.25%88.63%-
XYZ50.435.4776.14-
YUV165.21162.31166.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 126 (49.61% from 255) = 22.07%
BLUE value IS 226 (88.67% from 255) = 39.58%
R=38.35%
G=22.07%
B=39.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191262260.030.4400.11295.863.2969.02
HexDB7EE232C0B1283f45
Octal33317634235401345077105
Binary1101101111111101110001011101100010111001010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7ee2; }

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

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

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

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

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

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

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

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