#DC6DBB

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

Shades of Orchid #DC6DBB

Tints of Orchid #DC6DBB

Color information

#DC6DBB (or 0xDC6DBB) is unknown color: approx Orchid. HEX triplet: DC, 6D and BB. RGB value is (220,109,187). Sum of RGB (Red+Green+Blue) = 220+109+187=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBB is #239244. Grayscale: #969696. Windows color (decimal): -2331205 or 12283356. OLE color: 12283356.

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

Color convert

RGB220109187-
CMYK00.500.150.14
HSL317.84º61.33%64.51%-
HSV(B)317.84º50.45%86.27%-
XYZ43.9529.7450.44-
YUV151.08148.27177.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 109 (42.97% from 255) = 21.12%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=42.64%
G=21.12%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010918700.500.150.14317.8461.3364.51
HexDC6DBB032FE13e3d41
Octal334155273062171647675101
Binary110111001101101101110110110010111111101001111101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DBB; }

 p { color: rgb(220,109,187); }

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

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

 a { background-color: rgb(220,109,187); }

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

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

 span { border-color: rgb(220,109,187); }

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