Shades of Medium Orchid #CC52D6
Tints of Medium Orchid #CC52D6
RGB
CMYK
RGB Variations
Color information
#CC52D6 (or 0xCC52D6) is known color: Medium Orchid. HEX triplet: CC, 52 and D6. RGB value is (204,82,214). Sum of RGB (Red+Green+Blue) = 204+82+214=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC52D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52D6 is #33AD29. Grayscale: #858585. Windows color (decimal): -3386666 or 14045900. OLE color: 14045900.
HSL color Cylindrical-coordinate representation of color #CC52D6: hue angle of 295.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC52D6 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 82 | 214 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.16 |
| HSL | 295.45º | 0.62% | 0.58% | - |
| HSV(B) | 295.45º | 0.62% | 0.84% | - |
| XYZ | 40.06 | 23.73 | 66.09 | - |
| YUV | 133.53 | 173.42 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 214 | 0.05 | 0.62 | 0 | 0.16 | 295.45 | 0.62 | 0.58 |
| Hex | CC | 52 | D6 | 5 | 3E | 0 | 10 | 127 | 3E | 3A |
| Octal | 314 | 122 | 326 | 5 | 76 | 0 | 20 | 447 | 76 | 72 |
| Binary | 11001100 | 1010010 | 11010110 | 101 | 111110 | 0 | 10000 | 100100111 | 111110 | 111010 |
Color Harmonies of #CC52D6
Complementary color
Monochromatic Colors of #CC52D6
Black with #CC52D6
Text Example
Text Example
White with #CC52D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52D6; }
p { color: rgb(204,82,214); }
H1.HeaderClassName
{
color: #CC52D6;
}
.AnyTagClassName
{
color: #CC52D6;
}
</style>
background-color css
<style>
a { background-color: #CC52D6; }
a { background-color: rgb(204,82,214); }
div.DivClassName
{
background-color: #CC52D6;
}
.BgClassName
{
background-color: #CC52D6;
}
</style>
border-color css
<style>
span { border-color: #CC52D6; }
span { border-color: rgb(204,82,214); }
td.TdClassName
{
border-color: #CC52D6;
}
.TagClassName
{
border-color: #CC52D6;
}
</style>