#DB70E5

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

Shades of Orchid #DB70E5

Tints of Orchid #DB70E5

Color information

#DB70E5 (or 0xDB70E5) is unknown color: approx Orchid. HEX triplet: DB, 70 and E5. RGB value is (219,112,229). Sum of RGB (Red+Green+Blue) = 219+112+229=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 229 (89.84% from 255 or 40.89% from 560); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB70E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70E5 is #248F1A. Grayscale: #9C9C9C. Windows color (decimal): -2395931 or 15036635. OLE color: 15036635.

HSL color Cylindrical-coordinate representation of color #DB70E5: hue angle of 294.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB70E5 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219112229-
CMYK0.040.5100.10
HSL294.87º69.23%66.86%-
HSV(B)294.87º51.09%89.8%-
XYZ49.1532.3177.77-
YUV157.33168.45171.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 112 (44.14% from 255) = 20%
BLUE value IS 229 (89.84% from 255) = 40.89%
R=39.11%
G=20%
B=40.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191122290.040.5100.10294.8769.2366.86
HexDB70E54330A1274543
Octal333160345463012447105103
Binary110110111110000111001011001100110101010010011110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70E5; }

 p { color: rgb(219,112,229); }

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

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

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

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

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

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

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