Shades of Medium Orchid #CC56DC
Tints of Medium Orchid #CC56DC
RGB
CMYK
RGB Variations
Color information
#CC56DC (or 0xCC56DC) is known color: Medium Orchid. HEX triplet: CC, 56 and DC. RGB value is (204,86,220). Sum of RGB (Red+Green+Blue) = 204+86+220=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 86 (33.98% from 255 or 16.86% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56DC is #33A923. Grayscale: #888888. Windows color (decimal): -3385636 or 14440140. OLE color: 14440140.
HSL color Cylindrical-coordinate representation of color #CC56DC: hue angle of 292.84º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC56DC is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 86 | 220 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.14 |
| HSL | 292.84º | 0.66% | 0.6% | - |
| HSV(B) | 292.84º | 0.61% | 0.86% | - |
| XYZ | 41.15 | 24.66 | 70.3 | - |
| YUV | 136.56 | 175.09 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 220 | 0.07 | 0.61 | 0 | 0.14 | 292.84 | 0.66 | 0.6 |
| Hex | CC | 56 | DC | 7 | 3D | 0 | E | 125 | 42 | 3C |
| Octal | 314 | 126 | 334 | 7 | 75 | 0 | 16 | 445 | 102 | 74 |
| Binary | 11001100 | 1010110 | 11011100 | 111 | 111101 | 0 | 1110 | 100100101 | 1000010 | 111100 |
Color Harmonies of #CC56DC
Complementary color
Monochromatic Colors of #CC56DC
Black with #CC56DC
Text Example
Text Example
White with #CC56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56DC; }
p { color: rgb(204,86,220); }
H1.HeaderClassName
{
color: #CC56DC;
}
.AnyTagClassName
{
color: #CC56DC;
}
</style>
background-color css
<style>
a { background-color: #CC56DC; }
a { background-color: rgb(204,86,220); }
div.DivClassName
{
background-color: #CC56DC;
}
.BgClassName
{
background-color: #CC56DC;
}
</style>
border-color css
<style>
span { border-color: #CC56DC; }
span { border-color: rgb(204,86,220); }
td.TdClassName
{
border-color: #CC56DC;
}
.TagClassName
{
border-color: #CC56DC;
}
</style>