#DB6DCA

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

Shades of Orchid #DB6DCA

Tints of Orchid #DB6DCA

Color information

#DB6DCA (or 0xDB6DCA) is unknown color: approx Orchid. HEX triplet: DB, 6D and CA. RGB value is (219,109,202). Sum of RGB (Red+Green+Blue) = 219+109+202=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6DCA is #249235. Grayscale: #989898. Windows color (decimal): -2396726 or 13266395. OLE color: 13266395.

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

Color convert

RGB219109202-
CMYK00.500.080.14
HSL309.27º60.44%64.31%-
HSV(B)309.27º50.23%85.88%-
XYZ45.3430.2659.33-
YUV152.49155.94175.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 109 (42.97% from 255) = 20.57%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=41.32%
G=20.57%
B=38.11%

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
Decimal21910920200.500.080.14309.2760.4464.31
HexDB6DCA0328E1353c40
Octal333155312062101646574100
Binary110110111101101110010100110010100011101001101011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6DCA; }

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

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

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

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

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

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

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

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