Shades of Medium Orchid #CC44EC
Tints of Medium Orchid #CC44EC
RGB
CMYK
RGB Variations
Color information
#CC44EC (or 0xCC44EC) is known color: Medium Orchid. HEX triplet: CC, 44 and EC. RGB value is (204,68,236). Sum of RGB (Red+Green+Blue) = 204+68+236=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC44EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC44EC is #33BB13. Grayscale: #7F7F7F. Windows color (decimal): -3390228 or 15484108. OLE color: 15484108.
HSL color Cylindrical-coordinate representation of color #CC44EC: hue angle of 288.57º degrees, saturation: 0.82, 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 #CC44EC is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 68 | 236 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.07 |
| HSL | 288.57º | 0.82% | 0.6% | - |
| HSV(B) | 288.57º | 0.71% | 0.93% | - |
| XYZ | 42.11 | 23.03 | 81.58 | - |
| YUV | 127.82 | 189.06 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 236 | 0.14 | 0.71 | 0 | 0.07 | 288.57 | 0.82 | 0.6 |
| Hex | CC | 44 | EC | E | 47 | 0 | 7 | 121 | 52 | 3C |
| Octal | 314 | 104 | 354 | 16 | 107 | 0 | 7 | 441 | 122 | 74 |
| Binary | 11001100 | 1000100 | 11101100 | 1110 | 1000111 | 0 | 111 | 100100001 | 1010010 | 111100 |
Color Harmonies of #CC44EC
Complementary color
Monochromatic Colors of #CC44EC
Black with #CC44EC
Text Example
Text Example
White with #CC44EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC44EC; }
p { color: rgb(204,68,236); }
H1.HeaderClassName
{
color: #CC44EC;
}
.AnyTagClassName
{
color: #CC44EC;
}
</style>
background-color css
<style>
a { background-color: #CC44EC; }
a { background-color: rgb(204,68,236); }
div.DivClassName
{
background-color: #CC44EC;
}
.BgClassName
{
background-color: #CC44EC;
}
</style>
border-color css
<style>
span { border-color: #CC44EC; }
span { border-color: rgb(204,68,236); }
td.TdClassName
{
border-color: #CC44EC;
}
.TagClassName
{
border-color: #CC44EC;
}
</style>