#db6adf

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

Shades of Orchid #DB6ADF

Tints of Orchid #DB6ADF

Color information

#DB6ADF (or 0xDB6ADF) is unknown color: approx Orchid. HEX triplet: DB, 6A and DF. RGB value is (219,106,223). Sum of RGB (Red+Green+Blue) = 219+106+223=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 106 (41.80% from 255 or 19.34% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ADF is #249520. Grayscale: #989898. Windows color (decimal): -2397473 or 14641883. OLE color: 14641883.

HSL color Cylindrical-coordinate representation of color #DB6ADF: hue angle of 297.95º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ADF is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219106223-
CMYK0.020.5200.13
HSL297.95º64.64%64.51%-
HSV(B)297.95º52.47%87.45%-
XYZ47.6930.773.22-
YUV153.12167.44174.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.96%
GREEN value IS 106 (41.80% from 255) = 19.34%
BLUE value IS 223 (87.5% from 255) = 40.69%
R=39.96%
G=19.34%
B=40.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191062230.020.5200.13297.9564.6464.51
HexDB6ADF2340D12a4141
Octal333152337264015452101101
Binary11011011110101011011111101101000110110010101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db6adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db6adf; }

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

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

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

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

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

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

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

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