Shades of Medium Orchid #CC31ED
Tints of Medium Orchid #CC31ED
RGB
CMYK
RGB Variations
Color information
#CC31ED (or 0xCC31ED) is known color: Medium Orchid. HEX triplet: CC, 31 and ED. RGB value is (204,49,237). Sum of RGB (Red+Green+Blue) = 204+49+237=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 49 (19.53% from 255 or 10% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC31ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC31ED is #33CE12. Grayscale: #747474. Windows color (decimal): -3395091 or 15544780. OLE color: 15544780.
HSL color Cylindrical-coordinate representation of color #CC31ED: hue angle of 289.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC31ED is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 49 | 237 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.47º | 0.84% | 0.56% | - |
| HSV(B) | 289.47º | 0.79% | 0.93% | - |
| XYZ | 41.29 | 21.15 | 82.03 | - |
| YUV | 116.78 | 195.85 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 237 | 0.14 | 0.79 | 0 | 0.07 | 289.47 | 0.84 | 0.56 |
| Hex | CC | 31 | ED | E | 4F | 0 | 7 | 121 | 54 | 38 |
| Octal | 314 | 61 | 355 | 16 | 117 | 0 | 7 | 441 | 124 | 70 |
| Binary | 11001100 | 110001 | 11101101 | 1110 | 1001111 | 0 | 111 | 100100001 | 1010100 | 111000 |
Color Harmonies of #CC31ED
Complementary color
Monochromatic Colors of #CC31ED
Black with #CC31ED
Text Example
Text Example
White with #CC31ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31ED; }
p { color: rgb(204,49,237); }
H1.HeaderClassName
{
color: #CC31ED;
}
.AnyTagClassName
{
color: #CC31ED;
}
</style>
background-color css
<style>
a { background-color: #CC31ED; }
a { background-color: rgb(204,49,237); }
div.DivClassName
{
background-color: #CC31ED;
}
.BgClassName
{
background-color: #CC31ED;
}
</style>
border-color css
<style>
span { border-color: #CC31ED; }
span { border-color: rgb(204,49,237); }
td.TdClassName
{
border-color: #CC31ED;
}
.TagClassName
{
border-color: #CC31ED;
}
</style>