Shades of Medium Orchid #CC31E8
Tints of Medium Orchid #CC31E8
RGB
CMYK
RGB Variations
Color information
#CC31E8 (or 0xCC31E8) is known color: Medium Orchid. HEX triplet: CC, 31 and E8. RGB value is (204,49,232). Sum of RGB (Red+Green+Blue) = 204+49+232=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 49 (19.53% from 255 or 10.10% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC31E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31E8 is #33CE17. Grayscale: #737373. Windows color (decimal): -3395096 or 15217100. OLE color: 15217100.
HSL color Cylindrical-coordinate representation of color #CC31E8: hue angle of 290.82º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC31E8 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 49 | 232 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.09 |
| HSL | 290.82º | 0.8% | 0.55% | - |
| HSV(B) | 290.82º | 0.79% | 0.91% | - |
| XYZ | 40.57 | 20.86 | 78.23 | - |
| YUV | 116.21 | 193.35 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 232 | 0.12 | 0.79 | 0 | 0.09 | 290.82 | 0.8 | 0.55 |
| Hex | CC | 31 | E8 | C | 4F | 0 | 9 | 123 | 50 | 37 |
| Octal | 314 | 61 | 350 | 14 | 117 | 0 | 11 | 443 | 120 | 67 |
| Binary | 11001100 | 110001 | 11101000 | 1100 | 1001111 | 0 | 1001 | 100100011 | 1010000 | 110111 |
Color Harmonies of #CC31E8
Complementary color
Monochromatic Colors of #CC31E8
Black with #CC31E8
Text Example
Text Example
White with #CC31E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31E8; }
p { color: rgb(204,49,232); }
H1.HeaderClassName
{
color: #CC31E8;
}
.AnyTagClassName
{
color: #CC31E8;
}
</style>
background-color css
<style>
a { background-color: #CC31E8; }
a { background-color: rgb(204,49,232); }
div.DivClassName
{
background-color: #CC31E8;
}
.BgClassName
{
background-color: #CC31E8;
}
</style>
border-color css
<style>
span { border-color: #CC31E8; }
span { border-color: rgb(204,49,232); }
td.TdClassName
{
border-color: #CC31E8;
}
.TagClassName
{
border-color: #CC31E8;
}
</style>