#DB6DC9

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

Shades of Orchid #DB6DC9

Tints of Orchid #DB6DC9

Color information

#DB6DC9 (or 0xDB6DC9) is unknown color: approx Orchid. HEX triplet: DB, 6D and C9. RGB value is (219,109,201). Sum of RGB (Red+Green+Blue) = 219+109+201=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DC9 is #249236. Grayscale: #989898. Windows color (decimal): -2396727 or 13200859. OLE color: 13200859.

HSL color Cylindrical-coordinate representation of color #DB6DC9: hue angle of 309.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6DC9 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219109201-
CMYK00.500.080.14
HSL309.82º60.44%64.31%-
HSV(B)309.82º50.23%85.88%-
XYZ45.2230.2158.71-
YUV152.38155.44175.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.40%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=41.40%
G=20.60%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910920100.500.080.14309.8260.4464.31
HexDB6DC90328E1363c40
Octal333155311062101646674100
Binary110110111101101110010010110010100011101001101101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DC9; }

 p { color: rgb(219,109,201); }

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

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

 a { background-color: rgb(219,109,201); }

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

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

 span { border-color: rgb(219,109,201); }

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