#DB8ACA

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

Shades of Orchid #DB8ACA

Tints of Orchid #DB8ACA

Color information

#DB8ACA (or 0xDB8ACA) is unknown color: approx Orchid. HEX triplet: DB, 8A and CA. RGB value is (219,138,202). Sum of RGB (Red+Green+Blue) = 219+138+202=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ACA is #247535. Grayscale: #A9A9A9. Windows color (decimal): -2389302 or 13273819. OLE color: 13273819.

HSL color Cylindrical-coordinate representation of color #DB8ACA: hue angle of 312.59º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8ACA is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219138202-
CMYK00.370.080.14
HSL312.59º52.94%70%-
HSV(B)312.59º36.99%85.88%-
XYZ48.9637.560.53-
YUV169.52146.34163.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 138 (54.30% from 255) = 24.69%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=39.18%
G=24.69%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913820200.370.080.14312.5952.9470
HexDB8ACA0258E1393546
Octal333212312045101647165106
Binary1101101110001010110010100100101100011101001110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8ACA; }

 p { color: rgb(219,138,202); }

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

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

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

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

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

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

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