Shades of Medium Orchid #CC49E6
Tints of Medium Orchid #CC49E6
RGB
CMYK
RGB Variations
Color information
#CC49E6 (or 0xCC49E6) is known color: Medium Orchid. HEX triplet: CC, 49 and E6. RGB value is (204,73,230). Sum of RGB (Red+Green+Blue) = 204+73+230=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 73 (28.91% from 255 or 14.40% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC49E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC49E6 is #33B619. Grayscale: #818181. Windows color (decimal): -3388954 or 15092172. OLE color: 15092172.
HSL color Cylindrical-coordinate representation of color #CC49E6: hue angle of 290.06º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC49E6 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 73 | 230 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.10 |
| HSL | 290.06º | 0.76% | 0.59% | - |
| HSV(B) | 290.06º | 0.68% | 0.9% | - |
| XYZ | 41.57 | 23.32 | 77.17 | - |
| YUV | 130.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 230 | 0.11 | 0.68 | 0 | 0.10 | 290.06 | 0.76 | 0.59 |
| Hex | CC | 49 | E6 | B | 44 | 0 | A | 122 | 4C | 3B |
| Octal | 314 | 111 | 346 | 13 | 104 | 0 | 12 | 442 | 114 | 73 |
| Binary | 11001100 | 1001001 | 11100110 | 1011 | 1000100 | 0 | 1010 | 100100010 | 1001100 | 111011 |
Color Harmonies of #CC49E6
Complementary color
Monochromatic Colors of #CC49E6
Black with #CC49E6
Text Example
Text Example
White with #CC49E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49E6; }
p { color: rgb(204,73,230); }
H1.HeaderClassName
{
color: #CC49E6;
}
.AnyTagClassName
{
color: #CC49E6;
}
</style>
background-color css
<style>
a { background-color: #CC49E6; }
a { background-color: rgb(204,73,230); }
div.DivClassName
{
background-color: #CC49E6;
}
.BgClassName
{
background-color: #CC49E6;
}
</style>
border-color css
<style>
span { border-color: #CC49E6; }
span { border-color: rgb(204,73,230); }
td.TdClassName
{
border-color: #CC49E6;
}
.TagClassName
{
border-color: #CC49E6;
}
</style>