#DB70BE

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

Shades of Orchid #DB70BE

Tints of Orchid #DB70BE

Color information

#DB70BE (or 0xDB70BE) is unknown color: approx Orchid. HEX triplet: DB, 70 and BE. RGB value is (219,112,190). Sum of RGB (Red+Green+Blue) = 219+112+190=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB70BE is #248F41. Grayscale: #989898. Windows color (decimal): -2395970 or 12480731. OLE color: 12480731.

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

Color convert

RGB219112190-
CMYK00.490.130.14
HSL316.26º59.78%64.9%-
HSV(B)316.26º48.86%85.88%-
XYZ44.330.3752.24-
YUV152.88148.95175.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.03%
GREEN value IS 112 (44.14% from 255) = 21.50%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=42.03%
G=21.50%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911219000.490.130.14316.2659.7864.9
HexDB70BE031DE13c3c41
Octal333160276061151647474101
Binary110110111110000101111100110001110111101001111001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB70BE; }

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

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

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

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

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

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

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

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