Shades of Medium Orchid #CC56D7
Tints of Medium Orchid #CC56D7
RGB
CMYK
RGB Variations
Color information
#CC56D7 (or 0xCC56D7) is known color: Medium Orchid. HEX triplet: CC, 56 and D7. RGB value is (204,86,215). Sum of RGB (Red+Green+Blue) = 204+86+215=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 86 (33.98% from 255 or 17.03% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC56D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56D7 is #33A928. Grayscale: #878787. Windows color (decimal): -3385641 or 14112460. OLE color: 14112460.
HSL color Cylindrical-coordinate representation of color #CC56D7: hue angle of 294.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC56D7 is Cyan = 0.05, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 86 | 215 | - |
| CMYK | 0.05 | 0.6 | 0 | 0.16 |
| HSL | 294.88º | 0.62% | 0.59% | - |
| HSV(B) | 294.88º | 0.6% | 0.84% | - |
| XYZ | 40.5 | 24.4 | 66.87 | - |
| YUV | 135.99 | 172.59 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 215 | 0.05 | 0.6 | 0 | 0.16 | 294.88 | 0.62 | 0.59 |
| Hex | CC | 56 | D7 | 5 | 3C | 0 | 10 | 127 | 3E | 3B |
| Octal | 314 | 126 | 327 | 5 | 74 | 0 | 20 | 447 | 76 | 73 |
| Binary | 11001100 | 1010110 | 11010111 | 101 | 111100 | 0 | 10000 | 100100111 | 111110 | 111011 |
Color Harmonies of #CC56D7
Complementary color
Monochromatic Colors of #CC56D7
Black with #CC56D7
Text Example
Text Example
White with #CC56D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56D7; }
p { color: rgb(204,86,215); }
H1.HeaderClassName
{
color: #CC56D7;
}
.AnyTagClassName
{
color: #CC56D7;
}
</style>
background-color css
<style>
a { background-color: #CC56D7; }
a { background-color: rgb(204,86,215); }
div.DivClassName
{
background-color: #CC56D7;
}
.BgClassName
{
background-color: #CC56D7;
}
</style>
border-color css
<style>
span { border-color: #CC56D7; }
span { border-color: rgb(204,86,215); }
td.TdClassName
{
border-color: #CC56D7;
}
.TagClassName
{
border-color: #CC56D7;
}
</style>