Shades of Medium Orchid #CC49F5
Tints of Medium Orchid #CC49F5
RGB
CMYK
RGB Variations
Color information
#CC49F5 (or 0xCC49F5) is known color: Medium Orchid. HEX triplet: CC, 49 and F5. RGB value is (204,73,245). Sum of RGB (Red+Green+Blue) = 204+73+245=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC49F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49F5 is #33B60A. Grayscale: #838383. Windows color (decimal): -3388939 or 16075212. OLE color: 16075212.
HSL color Cylindrical-coordinate representation of color #CC49F5: hue angle of 285.7º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC49F5 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 73 | 245 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.04 |
| HSL | 285.7º | 0.9% | 0.62% | - |
| HSV(B) | 285.7º | 0.7% | 0.96% | - |
| XYZ | 43.77 | 24.2 | 88.75 | - |
| YUV | 131.78 | 191.9 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 245 | 0.17 | 0.70 | 0 | 0.04 | 285.7 | 0.9 | 0.62 |
| Hex | CC | 49 | F5 | 11 | 46 | 0 | 4 | 11E | 5A | 3E |
| Octal | 314 | 111 | 365 | 21 | 106 | 0 | 4 | 436 | 132 | 76 |
| Binary | 11001100 | 1001001 | 11110101 | 10001 | 1000110 | 0 | 100 | 100011110 | 1011010 | 111110 |
Color Harmonies of #CC49F5
Complementary color
Monochromatic Colors of #CC49F5
Black with #CC49F5
Text Example
Text Example
White with #CC49F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49F5; }
p { color: rgb(204,73,245); }
H1.HeaderClassName
{
color: #CC49F5;
}
.AnyTagClassName
{
color: #CC49F5;
}
</style>
background-color css
<style>
a { background-color: #CC49F5; }
a { background-color: rgb(204,73,245); }
div.DivClassName
{
background-color: #CC49F5;
}
.BgClassName
{
background-color: #CC49F5;
}
</style>
border-color css
<style>
span { border-color: #CC49F5; }
span { border-color: rgb(204,73,245); }
td.TdClassName
{
border-color: #CC49F5;
}
.TagClassName
{
border-color: #CC49F5;
}
</style>