#DC6DCB

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

Shades of Orchid #DC6DCB

Tints of Orchid #DC6DCB

Color information

#DC6DCB (or 0xDC6DCB) is unknown color: approx Orchid. HEX triplet: DC, 6D and CB. RGB value is (220,109,203). Sum of RGB (Red+Green+Blue) = 220+109+203=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCB is #239234. Grayscale: #989898. Windows color (decimal): -2331189 or 13331932. OLE color: 13331932.

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

Color convert

RGB220109203-
CMYK00.500.080.14
HSL309.19º61.33%64.51%-
HSV(B)309.19º50.45%86.27%-
XYZ45.7630.4659.97-
YUV152.9156.27175.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 109 (42.97% from 255) = 20.49%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=41.35%
G=20.49%
B=38.16%

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
Decimal22010920300.500.080.14309.1961.3364.51
HexDC6DCB0328E1353d41
Octal334155313062101646575101
Binary110111001101101110010110110010100011101001101011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DCB; }

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

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

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

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

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

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

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

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