Shades of Medium Orchid #CC35EC
Tints of Medium Orchid #CC35EC
RGB
CMYK
RGB Variations
Color information
#CC35EC (or 0xCC35EC) is known color: Medium Orchid. HEX triplet: CC, 35 and EC. RGB value is (204,53,236). Sum of RGB (Red+Green+Blue) = 204+53+236=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 53 (21.09% from 255 or 10.75% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC35EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC35EC is #33CA13. Grayscale: #767676. Windows color (decimal): -3394068 or 15480268. OLE color: 15480268.
HSL color Cylindrical-coordinate representation of color #CC35EC: hue angle of 289.51º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC35EC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 53 | 236 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.07 |
| HSL | 289.51º | 0.83% | 0.57% | - |
| HSV(B) | 289.51º | 0.78% | 0.93% | - |
| XYZ | 41.32 | 21.44 | 81.32 | - |
| YUV | 119.01 | 194.03 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 236 | 0.14 | 0.78 | 0 | 0.07 | 289.51 | 0.83 | 0.57 |
| Hex | CC | 35 | EC | E | 4E | 0 | 7 | 122 | 53 | 39 |
| Octal | 314 | 65 | 354 | 16 | 116 | 0 | 7 | 442 | 123 | 71 |
| Binary | 11001100 | 110101 | 11101100 | 1110 | 1001110 | 0 | 111 | 100100010 | 1010011 | 111001 |
Color Harmonies of #CC35EC
Complementary color
Monochromatic Colors of #CC35EC
Black with #CC35EC
Text Example
Text Example
White with #CC35EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC35EC; }
p { color: rgb(204,53,236); }
H1.HeaderClassName
{
color: #CC35EC;
}
.AnyTagClassName
{
color: #CC35EC;
}
</style>
background-color css
<style>
a { background-color: #CC35EC; }
a { background-color: rgb(204,53,236); }
div.DivClassName
{
background-color: #CC35EC;
}
.BgClassName
{
background-color: #CC35EC;
}
</style>
border-color css
<style>
span { border-color: #CC35EC; }
span { border-color: rgb(204,53,236); }
td.TdClassName
{
border-color: #CC35EC;
}
.TagClassName
{
border-color: #CC35EC;
}
</style>