Shades of Medium Orchid #CC56DF
Tints of Medium Orchid #CC56DF
RGB
CMYK
RGB Variations
Color information
#CC56DF (or 0xCC56DF) is known color: Medium Orchid. HEX triplet: CC, 56 and DF. RGB value is (204,86,223). Sum of RGB (Red+Green+Blue) = 204+86+223=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC56DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56DF is #33A920. Grayscale: #888888. Windows color (decimal): -3385633 or 14636748. OLE color: 14636748.
HSL color Cylindrical-coordinate representation of color #CC56DF: hue angle of 291.68º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC56DF is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 86 | 223 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.13 |
| HSL | 291.68º | 0.68% | 0.61% | - |
| HSV(B) | 291.68º | 0.61% | 0.87% | - |
| XYZ | 41.55 | 24.82 | 72.41 | - |
| YUV | 136.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 223 | 0.09 | 0.61 | 0 | 0.13 | 291.68 | 0.68 | 0.61 |
| Hex | CC | 56 | DF | 9 | 3D | 0 | D | 124 | 44 | 3D |
| Octal | 314 | 126 | 337 | 11 | 75 | 0 | 15 | 444 | 104 | 75 |
| Binary | 11001100 | 1010110 | 11011111 | 1001 | 111101 | 0 | 1101 | 100100100 | 1000100 | 111101 |
Color Harmonies of #CC56DF
Complementary color
Monochromatic Colors of #CC56DF
Black with #CC56DF
Text Example
Text Example
White with #CC56DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56DF; }
p { color: rgb(204,86,223); }
H1.HeaderClassName
{
color: #CC56DF;
}
.AnyTagClassName
{
color: #CC56DF;
}
</style>
background-color css
<style>
a { background-color: #CC56DF; }
a { background-color: rgb(204,86,223); }
div.DivClassName
{
background-color: #CC56DF;
}
.BgClassName
{
background-color: #CC56DF;
}
</style>
border-color css
<style>
span { border-color: #CC56DF; }
span { border-color: rgb(204,86,223); }
td.TdClassName
{
border-color: #CC56DF;
}
.TagClassName
{
border-color: #CC56DF;
}
</style>