Shades of Medium Orchid #CC49DC
Tints of Medium Orchid #CC49DC
RGB
CMYK
RGB Variations
Color information
#CC49DC (or 0xCC49DC) is known color: Medium Orchid. HEX triplet: CC, 49 and DC. RGB value is (204,73,220). Sum of RGB (Red+Green+Blue) = 204+73+220=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49DC is #33B623. Grayscale: #808080. Windows color (decimal): -3388964 or 14436812. OLE color: 14436812.
HSL color Cylindrical-coordinate representation of color #CC49DC: hue angle of 293.47º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC49DC is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 73 | 220 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.14 |
| HSL | 293.47º | 0.68% | 0.57% | - |
| HSV(B) | 293.47º | 0.67% | 0.86% | - |
| XYZ | 40.2 | 22.77 | 69.99 | - |
| YUV | 128.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 220 | 0.07 | 0.67 | 0 | 0.14 | 293.47 | 0.68 | 0.57 |
| Hex | CC | 49 | DC | 7 | 43 | 0 | E | 125 | 44 | 39 |
| Octal | 314 | 111 | 334 | 7 | 103 | 0 | 16 | 445 | 104 | 71 |
| Binary | 11001100 | 1001001 | 11011100 | 111 | 1000011 | 0 | 1110 | 100100101 | 1000100 | 111001 |
Color Harmonies of #CC49DC
Complementary color
Monochromatic Colors of #CC49DC
Black with #CC49DC
Text Example
Text Example
White with #CC49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49DC; }
p { color: rgb(204,73,220); }
H1.HeaderClassName
{
color: #CC49DC;
}
.AnyTagClassName
{
color: #CC49DC;
}
</style>
background-color css
<style>
a { background-color: #CC49DC; }
a { background-color: rgb(204,73,220); }
div.DivClassName
{
background-color: #CC49DC;
}
.BgClassName
{
background-color: #CC49DC;
}
</style>
border-color css
<style>
span { border-color: #CC49DC; }
span { border-color: rgb(204,73,220); }
td.TdClassName
{
border-color: #CC49DC;
}
.TagClassName
{
border-color: #CC49DC;
}
</style>