#DB6CC9

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

Shades of Orchid #DB6CC9

Tints of Orchid #DB6CC9

Color information

#DB6CC9 (or 0xDB6CC9) is unknown color: approx Orchid. HEX triplet: DB, 6C and C9. RGB value is (219,108,201). Sum of RGB (Red+Green+Blue) = 219+108+201=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6CC9 is #249336. Grayscale: #979797. Windows color (decimal): -2396983 or 13200603. OLE color: 13200603.

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

Color convert

RGB219108201-
CMYK00.510.080.14
HSL309.73º60.66%64.12%-
HSV(B)309.73º50.68%85.88%-
XYZ45.123058.67-
YUV151.79155.77175.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 108 (42.58% from 255) = 20.45%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=41.48%
G=20.45%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910820100.510.080.14309.7360.6664.12
HexDB6CC90338E1363d40
Octal333154311063101646675100
Binary110110111101100110010010110011100011101001101101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6CC9; }

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

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

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

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

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

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

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

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