#DB6ABB

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

Shades of Orchid #DB6ABB

Tints of Orchid #DB6ABB

Color information

#DB6ABB (or 0xDB6ABB) is unknown color: approx Orchid. HEX triplet: DB, 6A and BB. RGB value is (219,106,187). Sum of RGB (Red+Green+Blue) = 219+106+187=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ABB is #249544. Grayscale: #949494. Windows color (decimal): -2397509 or 12282587. OLE color: 12282587.

HSL color Cylindrical-coordinate representation of color #DB6ABB: hue angle of 316.99º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB219106187-
CMYK00.520.150.14
HSL316.99º61.08%63.73%-
HSV(B)316.99º51.6%85.88%-
XYZ43.3428.9650.32-
YUV149.02149.44177.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.77%
GREEN value IS 106 (41.80% from 255) = 20.70%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=42.77%
G=20.70%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910618700.520.150.14316.9961.0863.73
HexDB6ABB034FE13d3d40
Octal333152273064171647575100
Binary110110111101010101110110110100111111101001111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6ABB; }

 p { color: rgb(219,106,187); }

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

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

 a { background-color: rgb(219,106,187); }

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

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

 span { border-color: rgb(219,106,187); }

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