#DB6AE1

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

Shades of Orchid #DB6AE1

Tints of Orchid #DB6AE1

Color information

#DB6AE1 (or 0xDB6AE1) is unknown color: approx Orchid. HEX triplet: DB, 6A and E1. RGB value is (219,106,225). Sum of RGB (Red+Green+Blue) = 219+106+225=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB6AE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6AE1 is #24951E. Grayscale: #989898. Windows color (decimal): -2397471 or 14772955. OLE color: 14772955.

HSL color Cylindrical-coordinate representation of color #DB6AE1: hue angle of 296.97º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6AE1 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219106225-
CMYK0.030.5300.12
HSL296.97º66.48%64.9%-
HSV(B)296.97º52.89%88.24%-
XYZ47.9630.874.65-
YUV153.35168.44174.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.82%
GREEN value IS 106 (41.80% from 255) = 19.27%
BLUE value IS 225 (88.28% from 255) = 40.91%
R=39.82%
G=19.27%
B=40.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191062250.030.5300.12296.9766.4864.9
HexDB6AE13350C1294241
Octal333152341365014451102101
Binary11011011110101011100001111101010110010010100110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6AE1; }

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

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

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

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

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

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

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

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