Shades of Medium Orchid #CC31E5
Tints of Medium Orchid #CC31E5
RGB
CMYK
RGB Variations
Color information
#CC31E5 (or 0xCC31E5) is known color: Medium Orchid. HEX triplet: CC, 31 and E5. RGB value is (204,49,229). Sum of RGB (Red+Green+Blue) = 204+49+229=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 49 (19.53% from 255 or 10.17% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #CC31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC31E5 is #33CE1A. Grayscale: #737373. Windows color (decimal): -3395099 or 15020492. OLE color: 15020492.
HSL color Cylindrical-coordinate representation of color #CC31E5: hue angle of 291.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC31E5 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 49 | 229 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.10 |
| HSL | 291.67º | 0.78% | 0.55% | - |
| HSV(B) | 291.67º | 0.79% | 0.9% | - |
| XYZ | 40.14 | 20.69 | 76.01 | - |
| YUV | 115.87 | 191.85 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 229 | 0.11 | 0.79 | 0 | 0.10 | 291.67 | 0.78 | 0.55 |
| Hex | CC | 31 | E5 | B | 4F | 0 | A | 124 | 4E | 37 |
| Octal | 314 | 61 | 345 | 13 | 117 | 0 | 12 | 444 | 116 | 67 |
| Binary | 11001100 | 110001 | 11100101 | 1011 | 1001111 | 0 | 1010 | 100100100 | 1001110 | 110111 |
Color Harmonies of #CC31E5
Complementary color
Monochromatic Colors of #CC31E5
Black with #CC31E5
Text Example
Text Example
White with #CC31E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31E5; }
p { color: rgb(204,49,229); }
H1.HeaderClassName
{
color: #CC31E5;
}
.AnyTagClassName
{
color: #CC31E5;
}
</style>
background-color css
<style>
a { background-color: #CC31E5; }
a { background-color: rgb(204,49,229); }
div.DivClassName
{
background-color: #CC31E5;
}
.BgClassName
{
background-color: #CC31E5;
}
</style>
border-color css
<style>
span { border-color: #CC31E5; }
span { border-color: rgb(204,49,229); }
td.TdClassName
{
border-color: #CC31E5;
}
.TagClassName
{
border-color: #CC31E5;
}
</style>