Shades of Medium Orchid #CC52DD
Tints of Medium Orchid #CC52DD
RGB
CMYK
RGB Variations
Color information
#CC52DD (or 0xCC52DD) is known color: Medium Orchid. HEX triplet: CC, 52 and DD. RGB value is (204,82,221). Sum of RGB (Red+Green+Blue) = 204+82+221=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 82 (32.42% from 255 or 16.17% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52DD is #33AD22. Grayscale: #858585. Windows color (decimal): -3386659 or 14504652. OLE color: 14504652.
HSL color Cylindrical-coordinate representation of color #CC52DD: hue angle of 292.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC52DD is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 82 | 221 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.13 |
| HSL | 292.66º | 0.67% | 0.59% | - |
| HSV(B) | 292.66º | 0.63% | 0.87% | - |
| XYZ | 40.97 | 24.09 | 70.9 | - |
| YUV | 134.32 | 176.92 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 221 | 0.08 | 0.63 | 0 | 0.13 | 292.66 | 0.67 | 0.59 |
| Hex | CC | 52 | DD | 8 | 3F | 0 | D | 125 | 43 | 3B |
| Octal | 314 | 122 | 335 | 10 | 77 | 0 | 15 | 445 | 103 | 73 |
| Binary | 11001100 | 1010010 | 11011101 | 1000 | 111111 | 0 | 1101 | 100100101 | 1000011 | 111011 |
Color Harmonies of #CC52DD
Complementary color
Monochromatic Colors of #CC52DD
Black with #CC52DD
Text Example
Text Example
White with #CC52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52DD; }
p { color: rgb(204,82,221); }
H1.HeaderClassName
{
color: #CC52DD;
}
.AnyTagClassName
{
color: #CC52DD;
}
</style>
background-color css
<style>
a { background-color: #CC52DD; }
a { background-color: rgb(204,82,221); }
div.DivClassName
{
background-color: #CC52DD;
}
.BgClassName
{
background-color: #CC52DD;
}
</style>
border-color css
<style>
span { border-color: #CC52DD; }
span { border-color: rgb(204,82,221); }
td.TdClassName
{
border-color: #CC52DD;
}
.TagClassName
{
border-color: #CC52DD;
}
</style>