#DB6BCC

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

Shades of Orchid #DB6BCC

Tints of Orchid #DB6BCC

Color information

#DB6BCC (or 0xDB6BCC) is unknown color: approx Orchid. HEX triplet: DB, 6B and CC. RGB value is (219,107,204). Sum of RGB (Red+Green+Blue) = 219+107+204=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 107 (42.19% from 255 or 20.19% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6BCC is #249433. Grayscale: #979797. Windows color (decimal): -2397236 or 13396955. OLE color: 13396955.

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

Color convert

RGB219107204-
CMYK00.510.070.14
HSL308.04º60.87%63.92%-
HSV(B)308.04º51.14%85.88%-
XYZ45.3729.9460.51-
YUV151.55157.61176.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.32%
GREEN value IS 107 (42.19% from 255) = 20.19%
BLUE value IS 204 (80.08% from 255) = 38.49%
R=41.32%
G=20.19%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21910720400.510.070.14308.0460.8763.92
HexDB6BCC0337E1343d40
Octal33315331406371646475100
Binary11011011110101111001100011001111111101001101001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB6BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB6BCC; }

 p { color: rgb(219,107,204); }

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

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

 a { background-color: rgb(219,107,204); }

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

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

 span { border-color: rgb(219,107,204); }

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