Shades of Medium Orchid #CC52E3
Tints of Medium Orchid #CC52E3
RGB
CMYK
RGB Variations
Color information
#CC52E3 (or 0xCC52E3) is known color: Medium Orchid. HEX triplet: CC, 52 and E3. RGB value is (204,82,227). Sum of RGB (Red+Green+Blue) = 204+82+227=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 82 (32.42% from 255 or 15.98% from 513); Blue value is 227 (89.06% from 255 or 44.25% from 513); Max value from RGB is 227 - color contains mainly: blue. Hex color #CC52E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC52E3 is #33AD1C. Grayscale: #868686. Windows color (decimal): -3386653 or 14897868. OLE color: 14897868.
HSL color Cylindrical-coordinate representation of color #CC52E3: hue angle of 290.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC52E3 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 82 | 227 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.11 |
| HSL | 290.48º | 0.72% | 0.61% | - |
| HSV(B) | 290.48º | 0.64% | 0.89% | - |
| XYZ | 41.78 | 24.42 | 75.18 | - |
| YUV | 135.01 | 179.92 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 82 | 227 | 0.10 | 0.64 | 0 | 0.11 | 290.48 | 0.72 | 0.61 |
| Hex | CC | 52 | E3 | A | 40 | 0 | B | 122 | 48 | 3D |
| Octal | 314 | 122 | 343 | 12 | 100 | 0 | 13 | 442 | 110 | 75 |
| Binary | 11001100 | 1010010 | 11100011 | 1010 | 1000000 | 0 | 1011 | 100100010 | 1001000 | 111101 |
Color Harmonies of #CC52E3
Complementary color
Monochromatic Colors of #CC52E3
Black with #CC52E3
Text Example
Text Example
White with #CC52E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC52E3; }
p { color: rgb(204,82,227); }
H1.HeaderClassName
{
color: #CC52E3;
}
.AnyTagClassName
{
color: #CC52E3;
}
</style>
background-color css
<style>
a { background-color: #CC52E3; }
a { background-color: rgb(204,82,227); }
div.DivClassName
{
background-color: #CC52E3;
}
.BgClassName
{
background-color: #CC52E3;
}
</style>
border-color css
<style>
span { border-color: #CC52E3; }
span { border-color: rgb(204,82,227); }
td.TdClassName
{
border-color: #CC52E3;
}
.TagClassName
{
border-color: #CC52E3;
}
</style>