Shades of Medium Orchid #CC56E0
Tints of Medium Orchid #CC56E0
RGB
CMYK
RGB Variations
Color information
#CC56E0 (or 0xCC56E0) is known color: Medium Orchid. HEX triplet: CC, 56 and E0. RGB value is (204,86,224). Sum of RGB (Red+Green+Blue) = 204+86+224=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC56E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56E0 is #33A91F. Grayscale: #888888. Windows color (decimal): -3385632 or 14702284. OLE color: 14702284.
HSL color Cylindrical-coordinate representation of color #CC56E0: hue angle of 291.3º degrees, saturation: 0.69, 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 #CC56E0 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 86 | 224 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.12 |
| HSL | 291.3º | 0.69% | 0.61% | - |
| HSV(B) | 291.3º | 0.62% | 0.88% | - |
| XYZ | 41.68 | 24.87 | 73.13 | - |
| YUV | 137.01 | 177.09 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 224 | 0.09 | 0.62 | 0 | 0.12 | 291.3 | 0.69 | 0.61 |
| Hex | CC | 56 | E0 | 9 | 3E | 0 | C | 123 | 45 | 3D |
| Octal | 314 | 126 | 340 | 11 | 76 | 0 | 14 | 443 | 105 | 75 |
| Binary | 11001100 | 1010110 | 11100000 | 1001 | 111110 | 0 | 1100 | 100100011 | 1000101 | 111101 |
Color Harmonies of #CC56E0
Complementary color
Monochromatic Colors of #CC56E0
Black with #CC56E0
Text Example
Text Example
White with #CC56E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56E0; }
p { color: rgb(204,86,224); }
H1.HeaderClassName
{
color: #CC56E0;
}
.AnyTagClassName
{
color: #CC56E0;
}
</style>
background-color css
<style>
a { background-color: #CC56E0; }
a { background-color: rgb(204,86,224); }
div.DivClassName
{
background-color: #CC56E0;
}
.BgClassName
{
background-color: #CC56E0;
}
</style>
border-color css
<style>
span { border-color: #CC56E0; }
span { border-color: rgb(204,86,224); }
td.TdClassName
{
border-color: #CC56E0;
}
.TagClassName
{
border-color: #CC56E0;
}
</style>