#DB8ACB

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

Shades of Orchid #DB8ACB

Tints of Orchid #DB8ACB

Color information

#DB8ACB (or 0xDB8ACB) is unknown color: approx Orchid. HEX triplet: DB, 8A and CB. RGB value is (219,138,203). Sum of RGB (Red+Green+Blue) = 219+138+203=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ACB is #247534. Grayscale: #A9A9A9. Windows color (decimal): -2389301 or 13339355. OLE color: 13339355.

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

Color convert

RGB219138203-
CMYK00.370.070.14
HSL311.85º52.94%70%-
HSV(B)311.85º36.99%85.88%-
XYZ49.0837.5561.16-
YUV169.63146.84163.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.11%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=39.11%
G=24.64%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913820300.370.070.14311.8552.9470
HexDB8ACB0257E1383546
Octal33321231304571647065106
Binary110110111000101011001011010010111111101001110001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8ACB; }

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

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

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

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

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

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

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

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