Shades of Medium Orchid #CC56DA
Tints of Medium Orchid #CC56DA
RGB
CMYK
RGB Variations
Color information
#CC56DA (or 0xCC56DA) is known color: Medium Orchid. HEX triplet: CC, 56 and DA. RGB value is (204,86,218). Sum of RGB (Red+Green+Blue) = 204+86+218=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 86 (33.98% from 255 or 16.93% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC56DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC56DA is #33A925. Grayscale: #878787. Windows color (decimal): -3385638 or 14309068. OLE color: 14309068.
HSL color Cylindrical-coordinate representation of color #CC56DA: hue angle of 293.64º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC56DA is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 86 | 218 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.15 |
| HSL | 293.64º | 0.64% | 0.6% | - |
| HSV(B) | 293.64º | 0.61% | 0.85% | - |
| XYZ | 40.88 | 24.55 | 68.91 | - |
| YUV | 136.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 218 | 0.06 | 0.61 | 0 | 0.15 | 293.64 | 0.64 | 0.6 |
| Hex | CC | 56 | DA | 6 | 3D | 0 | F | 126 | 40 | 3C |
| Octal | 314 | 126 | 332 | 6 | 75 | 0 | 17 | 446 | 100 | 74 |
| Binary | 11001100 | 1010110 | 11011010 | 110 | 111101 | 0 | 1111 | 100100110 | 1000000 | 111100 |
Color Harmonies of #CC56DA
Complementary color
Monochromatic Colors of #CC56DA
Black with #CC56DA
Text Example
Text Example
White with #CC56DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56DA; }
p { color: rgb(204,86,218); }
H1.HeaderClassName
{
color: #CC56DA;
}
.AnyTagClassName
{
color: #CC56DA;
}
</style>
background-color css
<style>
a { background-color: #CC56DA; }
a { background-color: rgb(204,86,218); }
div.DivClassName
{
background-color: #CC56DA;
}
.BgClassName
{
background-color: #CC56DA;
}
</style>
border-color css
<style>
span { border-color: #CC56DA; }
span { border-color: rgb(204,86,218); }
td.TdClassName
{
border-color: #CC56DA;
}
.TagClassName
{
border-color: #CC56DA;
}
</style>