Shades of Medium Orchid #CC49D6
Tints of Medium Orchid #CC49D6
RGB
CMYK
RGB Variations
Color information
#CC49D6 (or 0xCC49D6) is known color: Medium Orchid. HEX triplet: CC, 49 and D6. RGB value is (204,73,214). Sum of RGB (Red+Green+Blue) = 204+73+214=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 73 (28.91% from 255 or 14.87% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC49D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D6 is #33B629. Grayscale: #7F7F7F. Windows color (decimal): -3388970 or 14043596. OLE color: 14043596.
HSL color Cylindrical-coordinate representation of color #CC49D6: hue angle of 295.74º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC49D6 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 73 | 214 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.16 |
| HSL | 295.74º | 0.63% | 0.56% | - |
| HSV(B) | 295.74º | 0.66% | 0.84% | - |
| XYZ | 39.42 | 22.46 | 65.88 | - |
| YUV | 128.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 214 | 0.05 | 0.66 | 0 | 0.16 | 295.74 | 0.63 | 0.56 |
| Hex | CC | 49 | D6 | 5 | 42 | 0 | 10 | 128 | 3F | 38 |
| Octal | 314 | 111 | 326 | 5 | 102 | 0 | 20 | 450 | 77 | 70 |
| Binary | 11001100 | 1001001 | 11010110 | 101 | 1000010 | 0 | 10000 | 100101000 | 111111 | 111000 |
Color Harmonies of #CC49D6
Complementary color
Monochromatic Colors of #CC49D6
Black with #CC49D6
Text Example
Text Example
White with #CC49D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49D6; }
p { color: rgb(204,73,214); }
H1.HeaderClassName
{
color: #CC49D6;
}
.AnyTagClassName
{
color: #CC49D6;
}
</style>
background-color css
<style>
a { background-color: #CC49D6; }
a { background-color: rgb(204,73,214); }
div.DivClassName
{
background-color: #CC49D6;
}
.BgClassName
{
background-color: #CC49D6;
}
</style>
border-color css
<style>
span { border-color: #CC49D6; }
span { border-color: rgb(204,73,214); }
td.TdClassName
{
border-color: #CC49D6;
}
.TagClassName
{
border-color: #CC49D6;
}
</style>