Shades of Medium Orchid #CC49E8
Tints of Medium Orchid #CC49E8
RGB
CMYK
RGB Variations
Color information
#CC49E8 (or 0xCC49E8) is known color: Medium Orchid. HEX triplet: CC, 49 and E8. RGB value is (204,73,232). Sum of RGB (Red+Green+Blue) = 204+73+232=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 73 (28.91% from 255 or 14.34% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC49E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49E8 is #33B617. Grayscale: #818181. Windows color (decimal): -3388952 or 15223244. OLE color: 15223244.
HSL color Cylindrical-coordinate representation of color #CC49E8: hue angle of 289.43º 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 #CC49E8 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 73 | 232 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.09 |
| HSL | 289.43º | 0.78% | 0.6% | - |
| HSV(B) | 289.43º | 0.69% | 0.91% | - |
| XYZ | 41.85 | 23.43 | 78.66 | - |
| YUV | 130.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 232 | 0.12 | 0.69 | 0 | 0.09 | 289.43 | 0.78 | 0.6 |
| Hex | CC | 49 | E8 | C | 45 | 0 | 9 | 121 | 4E | 3C |
| Octal | 314 | 111 | 350 | 14 | 105 | 0 | 11 | 441 | 116 | 74 |
| Binary | 11001100 | 1001001 | 11101000 | 1100 | 1000101 | 0 | 1001 | 100100001 | 1001110 | 111100 |
Color Harmonies of #CC49E8
Complementary color
Monochromatic Colors of #CC49E8
Black with #CC49E8
Text Example
Text Example
White with #CC49E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49E8; }
p { color: rgb(204,73,232); }
H1.HeaderClassName
{
color: #CC49E8;
}
.AnyTagClassName
{
color: #CC49E8;
}
</style>
background-color css
<style>
a { background-color: #CC49E8; }
a { background-color: rgb(204,73,232); }
div.DivClassName
{
background-color: #CC49E8;
}
.BgClassName
{
background-color: #CC49E8;
}
</style>
border-color css
<style>
span { border-color: #CC49E8; }
span { border-color: rgb(204,73,232); }
td.TdClassName
{
border-color: #CC49E8;
}
.TagClassName
{
border-color: #CC49E8;
}
</style>