#DB70D8

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

Shades of Orchid #DB70D8

Tints of Orchid #DB70D8

Color information

#DB70D8 (or 0xDB70D8) is unknown color: approx Orchid. HEX triplet: DB, 70 and D8. RGB value is (219,112,216). Sum of RGB (Red+Green+Blue) = 219+112+216=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 112 (44.14% from 255 or 20.48% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70D8 is #248F27. Grayscale: #9B9B9B. Windows color (decimal): -2395944 or 14184667. OLE color: 14184667.

HSL color Cylindrical-coordinate representation of color #DB70D8: hue angle of 301.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB70D8 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219112216-
CMYK00.490.010.14
HSL301.68º59.78%64.9%-
HSV(B)301.68º48.86%85.88%-
XYZ47.431.6168.57-
YUV155.85161.95173.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 112 (44.14% from 255) = 20.48%
BLUE value IS 216 (84.77% from 255) = 39.49%
R=40.04%
G=20.48%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911221600.490.010.14301.6859.7864.9
HexDB70D80311E12e3c41
Octal33316033006111645674101
Binary110110111110000110110000110001111101001011101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70D8; }

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

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

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

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

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

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

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

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