#DC6AD9

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

Shades of Orchid #DC6AD9

Tints of Orchid #DC6AD9

Color information

#DC6AD9 (or 0xDC6AD9) is unknown color: approx Orchid. HEX triplet: DC, 6A and D9. RGB value is (220,106,217). Sum of RGB (Red+Green+Blue) = 220+106+217=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 106 (41.80% from 255 or 19.52% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AD9 is #239526. Grayscale: #989898. Windows color (decimal): -2331943 or 14248668. OLE color: 14248668.

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

Color convert

RGB220106217-
CMYK00.520.010.14
HSL301.58º61.96%63.92%-
HSV(B)301.58º51.82%86.27%-
XYZ47.1930.5369.05-
YUV152.74164.27175.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.52%
GREEN value IS 106 (41.80% from 255) = 19.52%
BLUE value IS 217 (85.16% from 255) = 39.96%
R=40.52%
G=19.52%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010621700.520.010.14301.5861.9663.92
HexDC6AD90341E12e3e40
Octal33415233106411645676100
Binary110111001101010110110010110100111101001011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6AD9; }

 p { color: rgb(220,106,217); }

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

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

 a { background-color: rgb(220,106,217); }

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

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

 span { border-color: rgb(220,106,217); }

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