#DB70DE

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

Shades of Orchid #DB70DE

Tints of Orchid #DB70DE

Color information

#DB70DE (or 0xDB70DE) is unknown color: approx Orchid. HEX triplet: DB, 70 and DE. RGB value is (219,112,222). Sum of RGB (Red+Green+Blue) = 219+112+222=553 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.60% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB70DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70DE is #248F21. Grayscale: #9C9C9C. Windows color (decimal): -2395938 or 14577883. OLE color: 14577883.

HSL color Cylindrical-coordinate representation of color #DB70DE: hue angle of 298.36º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB70DE is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219112222-
CMYK0.010.5000.13
HSL298.36º62.5%65.49%-
HSV(B)298.36º49.55%87.06%-
XYZ48.1931.9272.73-
YUV156.53164.95172.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.60%
GREEN value IS 112 (44.14% from 255) = 20.25%
BLUE value IS 222 (87.11% from 255) = 40.14%
R=39.60%
G=20.25%
B=40.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191122220.010.5000.13298.3662.565.49
HexDB70DE1320D12a3e41
Octal33316033616201545276101
Binary110110111110000110111101110010011011001010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70DE; }

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

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

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

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

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

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

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

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