Shades of Medium Orchid #CC56DD
Tints of Medium Orchid #CC56DD
RGB
CMYK
RGB Variations
Color information
#CC56DD (or 0xCC56DD) is known color: Medium Orchid. HEX triplet: CC, 56 and DD. RGB value is (204,86,221). Sum of RGB (Red+Green+Blue) = 204+86+221=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 86 (33.98% from 255 or 16.83% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC56DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56DD is #33A922. Grayscale: #888888. Windows color (decimal): -3385635 or 14505676. OLE color: 14505676.
HSL color Cylindrical-coordinate representation of color #CC56DD: hue angle of 292.44º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC56DD is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 86 | 221 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.13 |
| HSL | 292.44º | 0.67% | 0.6% | - |
| HSV(B) | 292.44º | 0.61% | 0.87% | - |
| XYZ | 41.28 | 24.71 | 71 | - |
| YUV | 136.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 221 | 0.08 | 0.61 | 0 | 0.13 | 292.44 | 0.67 | 0.6 |
| Hex | CC | 56 | DD | 8 | 3D | 0 | D | 124 | 43 | 3C |
| Octal | 314 | 126 | 335 | 10 | 75 | 0 | 15 | 444 | 103 | 74 |
| Binary | 11001100 | 1010110 | 11011101 | 1000 | 111101 | 0 | 1101 | 100100100 | 1000011 | 111100 |
Color Harmonies of #CC56DD
Complementary color
Monochromatic Colors of #CC56DD
Black with #CC56DD
Text Example
Text Example
White with #CC56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56DD; }
p { color: rgb(204,86,221); }
H1.HeaderClassName
{
color: #CC56DD;
}
.AnyTagClassName
{
color: #CC56DD;
}
</style>
background-color css
<style>
a { background-color: #CC56DD; }
a { background-color: rgb(204,86,221); }
div.DivClassName
{
background-color: #CC56DD;
}
.BgClassName
{
background-color: #CC56DD;
}
</style>
border-color css
<style>
span { border-color: #CC56DD; }
span { border-color: rgb(204,86,221); }
td.TdClassName
{
border-color: #CC56DD;
}
.TagClassName
{
border-color: #CC56DD;
}
</style>