#db7edb

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

Shades of Orchid #DB7EDB

Tints of Orchid #DB7EDB

Color information

#DB7EDB (or 0xDB7EDB) is unknown color: approx Orchid. HEX triplet: DB, 7E and DB. RGB value is (219,126,219). Sum of RGB (Red+Green+Blue) = 219+126+219=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DB7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7EDB is #248124. Grayscale: #A4A4A4. Windows color (decimal): -2392357 or 14384859. OLE color: 14384859.

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

Color convert

RGB219126219-
CMYK00.4200.14
HSL300º56.36%67.65%-
HSV(B)300º42.47%85.88%-
XYZ49.4635.171.19-
YUV164.41158.81166.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 126 (49.61% from 255) = 22.34%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=38.83%
G=22.34%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912621900.4200.1430056.3667.65
HexDB7EDB02A0E12c3844
Octal33317633305201645470104
Binary110110111111110110110110101010011101001011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db7edb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db7edb; }

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

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

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

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

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

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

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

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