Shades of Medium Orchid #CC52EE
Tints of Medium Orchid #CC52EE
RGB
CMYK
RGB Variations
Color information
#CC52EE (or 0xCC52EE) is known color: Medium Orchid. HEX triplet: CC, 52 and EE. RGB value is (204,82,238). Sum of RGB (Red+Green+Blue) = 204+82+238=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 82 (32.42% from 255 or 15.65% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC52EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC52EE is #33AD11. Grayscale: #878787. Windows color (decimal): -3386642 or 15618764. OLE color: 15618764.
HSL color Cylindrical-coordinate representation of color #CC52EE: hue angle of 286.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC52EE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 82 | 238 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 286.92º | 0.82% | 0.63% | - |
| HSV(B) | 286.92º | 0.66% | 0.93% | - |
| XYZ | 43.35 | 25.05 | 83.44 | - |
| YUV | 136.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 238 | 0.14 | 0.66 | 0 | 0.07 | 286.92 | 0.82 | 0.63 |
| Hex | CC | 52 | EE | E | 42 | 0 | 7 | 11F | 52 | 3F |
| Octal | 314 | 122 | 356 | 16 | 102 | 0 | 7 | 437 | 122 | 77 |
| Binary | 11001100 | 1010010 | 11101110 | 1110 | 1000010 | 0 | 111 | 100011111 | 1010010 | 111111 |
Color Harmonies of #CC52EE
Complementary color
Monochromatic Colors of #CC52EE
Black with #CC52EE
Text Example
Text Example
White with #CC52EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52EE; }
p { color: rgb(204,82,238); }
H1.HeaderClassName
{
color: #CC52EE;
}
.AnyTagClassName
{
color: #CC52EE;
}
</style>
background-color css
<style>
a { background-color: #CC52EE; }
a { background-color: rgb(204,82,238); }
div.DivClassName
{
background-color: #CC52EE;
}
.BgClassName
{
background-color: #CC52EE;
}
</style>
border-color css
<style>
span { border-color: #CC52EE; }
span { border-color: rgb(204,82,238); }
td.TdClassName
{
border-color: #CC52EE;
}
.TagClassName
{
border-color: #CC52EE;
}
</style>