Shades of Medium Orchid #CC31E9
Tints of Medium Orchid #CC31E9
RGB
CMYK
RGB Variations
Color information
#CC31E9 (or 0xCC31E9) is known color: Medium Orchid. HEX triplet: CC, 31 and E9. RGB value is (204,49,233). Sum of RGB (Red+Green+Blue) = 204+49+233=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #CC31E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31E9 is #33CE16. Grayscale: #737373. Windows color (decimal): -3395095 or 15282636. OLE color: 15282636.
HSL color Cylindrical-coordinate representation of color #CC31E9: hue angle of 290.54º degrees, saturation: 0.81, 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 #CC31E9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 49 | 233 | - |
| CMYK | 0.12 | 0.79 | 0 | 0.09 |
| HSL | 290.54º | 0.81% | 0.55% | - |
| HSV(B) | 290.54º | 0.79% | 0.91% | - |
| XYZ | 40.71 | 20.92 | 78.98 | - |
| YUV | 116.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 233 | 0.12 | 0.79 | 0 | 0.09 | 290.54 | 0.81 | 0.55 |
| Hex | CC | 31 | E9 | C | 4F | 0 | 9 | 123 | 51 | 37 |
| Octal | 314 | 61 | 351 | 14 | 117 | 0 | 11 | 443 | 121 | 67 |
| Binary | 11001100 | 110001 | 11101001 | 1100 | 1001111 | 0 | 1001 | 100100011 | 1010001 | 110111 |
Color Harmonies of #CC31E9
Complementary color
Monochromatic Colors of #CC31E9
Black with #CC31E9
Text Example
Text Example
White with #CC31E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31E9; }
p { color: rgb(204,49,233); }
H1.HeaderClassName
{
color: #CC31E9;
}
.AnyTagClassName
{
color: #CC31E9;
}
</style>
background-color css
<style>
a { background-color: #CC31E9; }
a { background-color: rgb(204,49,233); }
div.DivClassName
{
background-color: #CC31E9;
}
.BgClassName
{
background-color: #CC31E9;
}
</style>
border-color css
<style>
span { border-color: #CC31E9; }
span { border-color: rgb(204,49,233); }
td.TdClassName
{
border-color: #CC31E9;
}
.TagClassName
{
border-color: #CC31E9;
}
</style>