Shades of Medium Orchid #CC45EC
Tints of Medium Orchid #CC45EC
RGB
CMYK
RGB Variations
Color information
#CC45EC (or 0xCC45EC) is known color: Medium Orchid. HEX triplet: CC, 45 and EC. RGB value is (204,69,236). Sum of RGB (Red+Green+Blue) = 204+69+236=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC45EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC45EC is #33BA13. Grayscale: #7F7F7F. Windows color (decimal): -3389972 or 15484364. OLE color: 15484364.
HSL color Cylindrical-coordinate representation of color #CC45EC: hue angle of 288.5º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC45EC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 69 | 236 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.07 |
| HSL | 288.5º | 0.81% | 0.6% | - |
| HSV(B) | 288.5º | 0.71% | 0.93% | - |
| XYZ | 42.17 | 23.15 | 81.6 | - |
| YUV | 128.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 236 | 0.14 | 0.71 | 0 | 0.07 | 288.5 | 0.81 | 0.6 |
| Hex | CC | 45 | EC | E | 47 | 0 | 7 | 121 | 51 | 3C |
| Octal | 314 | 105 | 354 | 16 | 107 | 0 | 7 | 441 | 121 | 74 |
| Binary | 11001100 | 1000101 | 11101100 | 1110 | 1000111 | 0 | 111 | 100100001 | 1010001 | 111100 |
Color Harmonies of #CC45EC
Complementary color
Monochromatic Colors of #CC45EC
Black with #CC45EC
Text Example
Text Example
White with #CC45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC45EC; }
p { color: rgb(204,69,236); }
H1.HeaderClassName
{
color: #CC45EC;
}
.AnyTagClassName
{
color: #CC45EC;
}
</style>
background-color css
<style>
a { background-color: #CC45EC; }
a { background-color: rgb(204,69,236); }
div.DivClassName
{
background-color: #CC45EC;
}
.BgClassName
{
background-color: #CC45EC;
}
</style>
border-color css
<style>
span { border-color: #CC45EC; }
span { border-color: rgb(204,69,236); }
td.TdClassName
{
border-color: #CC45EC;
}
.TagClassName
{
border-color: #CC45EC;
}
</style>