Shades of Medium Orchid #CC48EC
Tints of Medium Orchid #CC48EC
RGB
CMYK
RGB Variations
Color information
#CC48EC (or 0xCC48EC) is known color: Medium Orchid. HEX triplet: CC, 48 and EC. RGB value is (204,72,236). Sum of RGB (Red+Green+Blue) = 204+72+236=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC48EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48EC is #33B713. Grayscale: #818181. Windows color (decimal): -3389204 or 15485132. OLE color: 15485132.
HSL color Cylindrical-coordinate representation of color #CC48EC: hue angle of 288.29º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC48EC is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 72 | 236 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.07 |
| HSL | 288.29º | 0.81% | 0.6% | - |
| HSV(B) | 288.29º | 0.69% | 0.93% | - |
| XYZ | 42.36 | 23.53 | 81.67 | - |
| YUV | 130.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 236 | 0.14 | 0.69 | 0 | 0.07 | 288.29 | 0.81 | 0.6 |
| Hex | CC | 48 | EC | E | 45 | 0 | 7 | 120 | 51 | 3C |
| Octal | 314 | 110 | 354 | 16 | 105 | 0 | 7 | 440 | 121 | 74 |
| Binary | 11001100 | 1001000 | 11101100 | 1110 | 1000101 | 0 | 111 | 100100000 | 1010001 | 111100 |
Color Harmonies of #CC48EC
Complementary color
Monochromatic Colors of #CC48EC
Black with #CC48EC
Text Example
Text Example
White with #CC48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48EC; }
p { color: rgb(204,72,236); }
H1.HeaderClassName
{
color: #CC48EC;
}
.AnyTagClassName
{
color: #CC48EC;
}
</style>
background-color css
<style>
a { background-color: #CC48EC; }
a { background-color: rgb(204,72,236); }
div.DivClassName
{
background-color: #CC48EC;
}
.BgClassName
{
background-color: #CC48EC;
}
</style>
border-color css
<style>
span { border-color: #CC48EC; }
span { border-color: rgb(204,72,236); }
td.TdClassName
{
border-color: #CC48EC;
}
.TagClassName
{
border-color: #CC48EC;
}
</style>