Shades of Medium Orchid #CC40EC
Tints of Medium Orchid #CC40EC
RGB
CMYK
RGB Variations
Color information
#CC40EC (or 0xCC40EC) is known color: Medium Orchid. HEX triplet: CC, 40 and EC. RGB value is (204,64,236). Sum of RGB (Red+Green+Blue) = 204+64+236=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 64 (25.39% from 255 or 12.70% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC40EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC40EC is #33BF13. Grayscale: #7C7C7C. Windows color (decimal): -3391252 or 15483084. OLE color: 15483084.
HSL color Cylindrical-coordinate representation of color #CC40EC: hue angle of 288.84º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC40EC is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 64 | 236 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.07 |
| HSL | 288.84º | 0.82% | 0.59% | - |
| HSV(B) | 288.84º | 0.73% | 0.93% | - |
| XYZ | 41.88 | 22.56 | 81.5 | - |
| YUV | 125.47 | 190.38 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 236 | 0.14 | 0.73 | 0 | 0.07 | 288.84 | 0.82 | 0.59 |
| Hex | CC | 40 | EC | E | 49 | 0 | 7 | 121 | 52 | 3B |
| Octal | 314 | 100 | 354 | 16 | 111 | 0 | 7 | 441 | 122 | 73 |
| Binary | 11001100 | 1000000 | 11101100 | 1110 | 1001001 | 0 | 111 | 100100001 | 1010010 | 111011 |
Color Harmonies of #CC40EC
Complementary color
Monochromatic Colors of #CC40EC
Black with #CC40EC
Text Example
Text Example
White with #CC40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC40EC; }
p { color: rgb(204,64,236); }
H1.HeaderClassName
{
color: #CC40EC;
}
.AnyTagClassName
{
color: #CC40EC;
}
</style>
background-color css
<style>
a { background-color: #CC40EC; }
a { background-color: rgb(204,64,236); }
div.DivClassName
{
background-color: #CC40EC;
}
.BgClassName
{
background-color: #CC40EC;
}
</style>
border-color css
<style>
span { border-color: #CC40EC; }
span { border-color: rgb(204,64,236); }
td.TdClassName
{
border-color: #CC40EC;
}
.TagClassName
{
border-color: #CC40EC;
}
</style>