Shades of Medium Orchid #CC57EC
Tints of Medium Orchid #CC57EC
RGB
CMYK
RGB Variations
Color information
#CC57EC (or 0xCC57EC) is known color: Medium Orchid. HEX triplet: CC, 57 and EC. RGB value is (204,87,236). Sum of RGB (Red+Green+Blue) = 204+87+236=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 87 (34.38% from 255 or 16.51% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC57EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC57EC is #33A813. Grayscale: #8A8A8A. Windows color (decimal): -3385364 or 15488972. OLE color: 15488972.
HSL color Cylindrical-coordinate representation of color #CC57EC: hue angle of 287.11º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC57EC is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 87 | 236 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 287.11º | 0.8% | 0.63% | - |
| HSV(B) | 287.11º | 0.63% | 0.93% | - |
| XYZ | 43.45 | 25.71 | 82.03 | - |
| YUV | 138.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 236 | 0.14 | 0.63 | 0 | 0.07 | 287.11 | 0.8 | 0.63 |
| Hex | CC | 57 | EC | E | 3F | 0 | 7 | 11F | 50 | 3F |
| Octal | 314 | 127 | 354 | 16 | 77 | 0 | 7 | 437 | 120 | 77 |
| Binary | 11001100 | 1010111 | 11101100 | 1110 | 111111 | 0 | 111 | 100011111 | 1010000 | 111111 |
Color Harmonies of #CC57EC
Complementary color
Monochromatic Colors of #CC57EC
Black with #CC57EC
Text Example
Text Example
White with #CC57EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC57EC; }
p { color: rgb(204,87,236); }
H1.HeaderClassName
{
color: #CC57EC;
}
.AnyTagClassName
{
color: #CC57EC;
}
</style>
background-color css
<style>
a { background-color: #CC57EC; }
a { background-color: rgb(204,87,236); }
div.DivClassName
{
background-color: #CC57EC;
}
.BgClassName
{
background-color: #CC57EC;
}
</style>
border-color css
<style>
span { border-color: #CC57EC; }
span { border-color: rgb(204,87,236); }
td.TdClassName
{
border-color: #CC57EC;
}
.TagClassName
{
border-color: #CC57EC;
}
</style>