Shades of Medium Orchid #CC31E1
Tints of Medium Orchid #CC31E1
RGB
CMYK
RGB Variations
Color information
#CC31E1 (or 0xCC31E1) is known color: Medium Orchid. HEX triplet: CC, 31 and E1. RGB value is (204,49,225). Sum of RGB (Red+Green+Blue) = 204+49+225=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC31E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31E1 is #33CE1E. Grayscale: #727272. Windows color (decimal): -3395103 or 14758348. OLE color: 14758348.
HSL color Cylindrical-coordinate representation of color #CC31E1: hue angle of 292.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC31E1 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 49 | 225 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.12 |
| HSL | 292.84º | 0.75% | 0.54% | - |
| HSV(B) | 292.84º | 0.78% | 0.88% | - |
| XYZ | 39.59 | 20.47 | 73.1 | - |
| YUV | 115.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 225 | 0.09 | 0.78 | 0 | 0.12 | 292.84 | 0.75 | 0.54 |
| Hex | CC | 31 | E1 | 9 | 4E | 0 | C | 125 | 4B | 36 |
| Octal | 314 | 61 | 341 | 11 | 116 | 0 | 14 | 445 | 113 | 66 |
| Binary | 11001100 | 110001 | 11100001 | 1001 | 1001110 | 0 | 1100 | 100100101 | 1001011 | 110110 |
Color Harmonies of #CC31E1
Complementary color
Monochromatic Colors of #CC31E1
Black with #CC31E1
Text Example
Text Example
White with #CC31E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31E1; }
p { color: rgb(204,49,225); }
H1.HeaderClassName
{
color: #CC31E1;
}
.AnyTagClassName
{
color: #CC31E1;
}
</style>
background-color css
<style>
a { background-color: #CC31E1; }
a { background-color: rgb(204,49,225); }
div.DivClassName
{
background-color: #CC31E1;
}
.BgClassName
{
background-color: #CC31E1;
}
</style>
border-color css
<style>
span { border-color: #CC31E1; }
span { border-color: rgb(204,49,225); }
td.TdClassName
{
border-color: #CC31E1;
}
.TagClassName
{
border-color: #CC31E1;
}
</style>