#DB6ACE

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

Shades of Orchid #DB6ACE

Tints of Orchid #DB6ACE

Color information

#DB6ACE (or 0xDB6ACE) is unknown color: approx Orchid. HEX triplet: DB, 6A and CE. RGB value is (219,106,206). Sum of RGB (Red+Green+Blue) = 219+106+206=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ACE is #249531. Grayscale: #969696. Windows color (decimal): -2397490 or 13527771. OLE color: 13527771.

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

Color convert

RGB219106206-
CMYK00.520.060.14
HSL306.9º61.08%63.73%-
HSV(B)306.9º51.6%85.88%-
XYZ45.5129.8261.75-
YUV151.19158.94176.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.24%
GREEN value IS 106 (41.80% from 255) = 19.96%
BLUE value IS 206 (80.86% from 255) = 38.79%
R=41.24%
G=19.96%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910620600.520.060.14306.961.0863.73
HexDB6ACE0346E1333d40
Octal33315231606461646375100
Binary11011011110101011001110011010011011101001100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6ACE; }

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

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

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

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

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

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

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

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