#db7fe2

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

Shades of Orchid #DB7FE2

Tints of Orchid #DB7FE2

Color information

#DB7FE2 (or 0xDB7FE2) is unknown color: approx Orchid. HEX triplet: DB, 7F and E2. RGB value is (219,127,226). Sum of RGB (Red+Green+Blue) = 219+127+226=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB7FE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FE2 is #24801D. Grayscale: #A5A5A5. Windows color (decimal): -2392094 or 14843867. OLE color: 14843867.

HSL color Cylindrical-coordinate representation of color #DB7FE2: hue angle of 295.76º 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 #DB7FE2 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219127226-
CMYK0.030.4400.11
HSL295.76º63.06%69.22%-
HSV(B)295.76º43.81%88.63%-
XYZ50.5335.7376.18-
YUV165.79161.98165.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.29%
GREEN value IS 127 (50% from 255) = 22.20%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=38.29%
G=22.20%
B=39.51%

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
Decimal2191272260.030.4400.11295.7663.0669.22
HexDB7FE232C0B1283f45
Octal33317734235401345077105
Binary1101101111111111110001011101100010111001010001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7fe2; }

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

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

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

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

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

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

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

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