Shades of Medium Orchid #CC52EC
Tints of Medium Orchid #CC52EC
RGB
CMYK
RGB Variations
Color information
#CC52EC (or 0xCC52EC) is known color: Medium Orchid. HEX triplet: CC, 52 and EC. RGB value is (204,82,236). Sum of RGB (Red+Green+Blue) = 204+82+236=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 82 (32.42% from 255 or 15.71% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC52EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52EC is #33AD13. Grayscale: #878787. Windows color (decimal): -3386644 or 15487692. OLE color: 15487692.
HSL color Cylindrical-coordinate representation of color #CC52EC: hue angle of 287.53º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC52EC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 82 | 236 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.07 |
| HSL | 287.53º | 0.8% | 0.62% | - |
| HSV(B) | 287.53º | 0.65% | 0.93% | - |
| XYZ | 43.06 | 24.93 | 81.9 | - |
| YUV | 136.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 236 | 0.14 | 0.65 | 0 | 0.07 | 287.53 | 0.8 | 0.62 |
| Hex | CC | 52 | EC | E | 41 | 0 | 7 | 120 | 50 | 3E |
| Octal | 314 | 122 | 354 | 16 | 101 | 0 | 7 | 440 | 120 | 76 |
| Binary | 11001100 | 1010010 | 11101100 | 1110 | 1000001 | 0 | 111 | 100100000 | 1010000 | 111110 |
Color Harmonies of #CC52EC
Complementary color
Monochromatic Colors of #CC52EC
Black with #CC52EC
Text Example
Text Example
White with #CC52EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52EC; }
p { color: rgb(204,82,236); }
H1.HeaderClassName
{
color: #CC52EC;
}
.AnyTagClassName
{
color: #CC52EC;
}
</style>
background-color css
<style>
a { background-color: #CC52EC; }
a { background-color: rgb(204,82,236); }
div.DivClassName
{
background-color: #CC52EC;
}
.BgClassName
{
background-color: #CC52EC;
}
</style>
border-color css
<style>
span { border-color: #CC52EC; }
span { border-color: rgb(204,82,236); }
td.TdClassName
{
border-color: #CC52EC;
}
.TagClassName
{
border-color: #CC52EC;
}
</style>