Shades of Medium Orchid #CC32EC
Tints of Medium Orchid #CC32EC
RGB
CMYK
RGB Variations
Color information
#CC32EC (or 0xCC32EC) is known color: Medium Orchid. HEX triplet: CC, 32 and EC. RGB value is (204,50,236). Sum of RGB (Red+Green+Blue) = 204+50+236=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 50 (19.92% from 255 or 10.20% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC32EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC32EC is #33CD13. Grayscale: #747474. Windows color (decimal): -3394836 or 15479500. OLE color: 15479500.
HSL color Cylindrical-coordinate representation of color #CC32EC: hue angle of 289.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC32EC is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 50 | 236 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.07 |
| HSL | 289.68º | 0.83% | 0.56% | - |
| HSV(B) | 289.68º | 0.79% | 0.93% | - |
| XYZ | 41.18 | 21.17 | 81.27 | - |
| YUV | 117.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 236 | 0.14 | 0.79 | 0 | 0.07 | 289.68 | 0.83 | 0.56 |
| Hex | CC | 32 | EC | E | 4F | 0 | 7 | 122 | 53 | 38 |
| Octal | 314 | 62 | 354 | 16 | 117 | 0 | 7 | 442 | 123 | 70 |
| Binary | 11001100 | 110010 | 11101100 | 1110 | 1001111 | 0 | 111 | 100100010 | 1010011 | 111000 |
Color Harmonies of #CC32EC
Complementary color
Monochromatic Colors of #CC32EC
Black with #CC32EC
Text Example
Text Example
White with #CC32EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC32EC; }
p { color: rgb(204,50,236); }
H1.HeaderClassName
{
color: #CC32EC;
}
.AnyTagClassName
{
color: #CC32EC;
}
</style>
background-color css
<style>
a { background-color: #CC32EC; }
a { background-color: rgb(204,50,236); }
div.DivClassName
{
background-color: #CC32EC;
}
.BgClassName
{
background-color: #CC32EC;
}
</style>
border-color css
<style>
span { border-color: #CC32EC; }
span { border-color: rgb(204,50,236); }
td.TdClassName
{
border-color: #CC32EC;
}
.TagClassName
{
border-color: #CC32EC;
}
</style>