Shades of Medium Orchid #CC56E1
Tints of Medium Orchid #CC56E1
RGB
CMYK
RGB Variations
Color information
#CC56E1 (or 0xCC56E1) is known color: Medium Orchid. HEX triplet: CC, 56 and E1. RGB value is (204,86,225). Sum of RGB (Red+Green+Blue) = 204+86+225=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC56E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56E1 is #33A91E. Grayscale: #888888. Windows color (decimal): -3385631 or 14767820. OLE color: 14767820.
HSL color Cylindrical-coordinate representation of color #CC56E1: hue angle of 290.94º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC56E1 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 86 | 225 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.12 |
| HSL | 290.94º | 0.7% | 0.61% | - |
| HSV(B) | 290.94º | 0.62% | 0.88% | - |
| XYZ | 41.82 | 24.93 | 73.84 | - |
| YUV | 137.13 | 177.59 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 225 | 0.09 | 0.62 | 0 | 0.12 | 290.94 | 0.7 | 0.61 |
| Hex | CC | 56 | E1 | 9 | 3E | 0 | C | 123 | 46 | 3D |
| Octal | 314 | 126 | 341 | 11 | 76 | 0 | 14 | 443 | 106 | 75 |
| Binary | 11001100 | 1010110 | 11100001 | 1001 | 111110 | 0 | 1100 | 100100011 | 1000110 | 111101 |
Color Harmonies of #CC56E1
Complementary color
Monochromatic Colors of #CC56E1
Black with #CC56E1
Text Example
Text Example
White with #CC56E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56E1; }
p { color: rgb(204,86,225); }
H1.HeaderClassName
{
color: #CC56E1;
}
.AnyTagClassName
{
color: #CC56E1;
}
</style>
background-color css
<style>
a { background-color: #CC56E1; }
a { background-color: rgb(204,86,225); }
div.DivClassName
{
background-color: #CC56E1;
}
.BgClassName
{
background-color: #CC56E1;
}
</style>
border-color css
<style>
span { border-color: #CC56E1; }
span { border-color: rgb(204,86,225); }
td.TdClassName
{
border-color: #CC56E1;
}
.TagClassName
{
border-color: #CC56E1;
}
</style>