Shades of Medium Orchid #CC48E8
Tints of Medium Orchid #CC48E8
RGB
CMYK
RGB Variations
Color information
#CC48E8 (or 0xCC48E8) is known color: Medium Orchid. HEX triplet: CC, 48 and E8. RGB value is (204,72,232). Sum of RGB (Red+Green+Blue) = 204+72+232=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC48E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC48E8 is #33B717. Grayscale: #818181. Windows color (decimal): -3389208 or 15222988. OLE color: 15222988.
HSL color Cylindrical-coordinate representation of color #CC48E8: hue angle of 289.5º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC48E8 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 72 | 232 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.09 |
| HSL | 289.5º | 0.78% | 0.6% | - |
| HSV(B) | 289.5º | 0.69% | 0.91% | - |
| XYZ | 41.78 | 23.3 | 78.64 | - |
| YUV | 129.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 72 | 232 | 0.12 | 0.69 | 0 | 0.09 | 289.5 | 0.78 | 0.6 |
| Hex | CC | 48 | E8 | C | 45 | 0 | 9 | 122 | 4E | 3C |
| Octal | 314 | 110 | 350 | 14 | 105 | 0 | 11 | 442 | 116 | 74 |
| Binary | 11001100 | 1001000 | 11101000 | 1100 | 1000101 | 0 | 1001 | 100100010 | 1001110 | 111100 |
Color Harmonies of #CC48E8
Complementary color
Monochromatic Colors of #CC48E8
Black with #CC48E8
Text Example
Text Example
White with #CC48E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC48E8; }
p { color: rgb(204,72,232); }
H1.HeaderClassName
{
color: #CC48E8;
}
.AnyTagClassName
{
color: #CC48E8;
}
</style>
background-color css
<style>
a { background-color: #CC48E8; }
a { background-color: rgb(204,72,232); }
div.DivClassName
{
background-color: #CC48E8;
}
.BgClassName
{
background-color: #CC48E8;
}
</style>
border-color css
<style>
span { border-color: #CC48E8; }
span { border-color: rgb(204,72,232); }
td.TdClassName
{
border-color: #CC48E8;
}
.TagClassName
{
border-color: #CC48E8;
}
</style>