Shades of Medium Orchid #CC52ED
Tints of Medium Orchid #CC52ED
RGB
CMYK
RGB Variations
Color information
#CC52ED (or 0xCC52ED) is known color: Medium Orchid. HEX triplet: CC, 52 and ED. RGB value is (204,82,237). Sum of RGB (Red+Green+Blue) = 204+82+237=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 82 (32.42% from 255 or 15.68% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC52ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52ED is #33AD12. Grayscale: #878787. Windows color (decimal): -3386643 or 15553228. OLE color: 15553228.
HSL color Cylindrical-coordinate representation of color #CC52ED: hue angle of 287.23º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC52ED is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 82 | 237 | - |
| CMYK | 0.14 | 0.65 | 0 | 0.07 |
| HSL | 287.23º | 0.81% | 0.63% | - |
| HSV(B) | 287.23º | 0.65% | 0.93% | - |
| XYZ | 43.21 | 24.99 | 82.67 | - |
| YUV | 136.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 237 | 0.14 | 0.65 | 0 | 0.07 | 287.23 | 0.81 | 0.63 |
| Hex | CC | 52 | ED | E | 41 | 0 | 7 | 11F | 51 | 3F |
| Octal | 314 | 122 | 355 | 16 | 101 | 0 | 7 | 437 | 121 | 77 |
| Binary | 11001100 | 1010010 | 11101101 | 1110 | 1000001 | 0 | 111 | 100011111 | 1010001 | 111111 |
Color Harmonies of #CC52ED
Complementary color
Monochromatic Colors of #CC52ED
Black with #CC52ED
Text Example
Text Example
White with #CC52ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52ED; }
p { color: rgb(204,82,237); }
H1.HeaderClassName
{
color: #CC52ED;
}
.AnyTagClassName
{
color: #CC52ED;
}
</style>
background-color css
<style>
a { background-color: #CC52ED; }
a { background-color: rgb(204,82,237); }
div.DivClassName
{
background-color: #CC52ED;
}
.BgClassName
{
background-color: #CC52ED;
}
</style>
border-color css
<style>
span { border-color: #CC52ED; }
span { border-color: rgb(204,82,237); }
td.TdClassName
{
border-color: #CC52ED;
}
.TagClassName
{
border-color: #CC52ED;
}
</style>