Shades of Medium Orchid #CC52DF
Tints of Medium Orchid #CC52DF
RGB
CMYK
RGB Variations
Color information
#CC52DF (or 0xCC52DF) is known color: Medium Orchid. HEX triplet: CC, 52 and DF. RGB value is (204,82,223). Sum of RGB (Red+Green+Blue) = 204+82+223=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52DF is #33AD20. Grayscale: #868686. Windows color (decimal): -3386657 or 14635724. OLE color: 14635724.
HSL color Cylindrical-coordinate representation of color #CC52DF: hue angle of 291.91º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC52DF is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 82 | 223 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.13 |
| HSL | 291.91º | 0.69% | 0.6% | - |
| HSV(B) | 291.91º | 0.63% | 0.87% | - |
| XYZ | 41.24 | 24.2 | 72.31 | - |
| YUV | 134.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 223 | 0.09 | 0.63 | 0 | 0.13 | 291.91 | 0.69 | 0.6 |
| Hex | CC | 52 | DF | 9 | 3F | 0 | D | 124 | 45 | 3C |
| Octal | 314 | 122 | 337 | 11 | 77 | 0 | 15 | 444 | 105 | 74 |
| Binary | 11001100 | 1010010 | 11011111 | 1001 | 111111 | 0 | 1101 | 100100100 | 1000101 | 111100 |
Color Harmonies of #CC52DF
Complementary color
Monochromatic Colors of #CC52DF
Black with #CC52DF
Text Example
Text Example
White with #CC52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52DF; }
p { color: rgb(204,82,223); }
H1.HeaderClassName
{
color: #CC52DF;
}
.AnyTagClassName
{
color: #CC52DF;
}
</style>
background-color css
<style>
a { background-color: #CC52DF; }
a { background-color: rgb(204,82,223); }
div.DivClassName
{
background-color: #CC52DF;
}
.BgClassName
{
background-color: #CC52DF;
}
</style>
border-color css
<style>
span { border-color: #CC52DF; }
span { border-color: rgb(204,82,223); }
td.TdClassName
{
border-color: #CC52DF;
}
.TagClassName
{
border-color: #CC52DF;
}
</style>