Shades of Medium Orchid #CC51EC
Tints of Medium Orchid #CC51EC
RGB
CMYK
RGB Variations
Color information
#CC51EC (or 0xCC51EC) is known color: Medium Orchid. HEX triplet: CC, 51 and EC. RGB value is (204,81,236). Sum of RGB (Red+Green+Blue) = 204+81+236=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 81 (32.03% from 255 or 15.55% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC51EC is #33AE13. Grayscale: #868686. Windows color (decimal): -3386900 or 15487436. OLE color: 15487436.
HSL color Cylindrical-coordinate representation of color #CC51EC: hue angle of 287.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC51EC is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 81 | 236 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.07 |
| HSL | 287.61º | 0.8% | 0.62% | - |
| HSV(B) | 287.61º | 0.66% | 0.93% | - |
| XYZ | 42.98 | 24.78 | 81.87 | - |
| YUV | 135.45 | 184.75 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 81 | 236 | 0.14 | 0.66 | 0 | 0.07 | 287.61 | 0.8 | 0.62 |
| Hex | CC | 51 | EC | E | 42 | 0 | 7 | 120 | 50 | 3E |
| Octal | 314 | 121 | 354 | 16 | 102 | 0 | 7 | 440 | 120 | 76 |
| Binary | 11001100 | 1010001 | 11101100 | 1110 | 1000010 | 0 | 111 | 100100000 | 1010000 | 111110 |
Color Harmonies of #CC51EC
Complementary color
Monochromatic Colors of #CC51EC
Black with #CC51EC
Text Example
Text Example
White with #CC51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC51EC; }
p { color: rgb(204,81,236); }
H1.HeaderClassName
{
color: #CC51EC;
}
.AnyTagClassName
{
color: #CC51EC;
}
</style>
background-color css
<style>
a { background-color: #CC51EC; }
a { background-color: rgb(204,81,236); }
div.DivClassName
{
background-color: #CC51EC;
}
.BgClassName
{
background-color: #CC51EC;
}
</style>
border-color css
<style>
span { border-color: #CC51EC; }
span { border-color: rgb(204,81,236); }
td.TdClassName
{
border-color: #CC51EC;
}
.TagClassName
{
border-color: #CC51EC;
}
</style>