Shades of Medium Orchid #CC49D7
Tints of Medium Orchid #CC49D7
RGB
CMYK
RGB Variations
Color information
#CC49D7 (or 0xCC49D7) is known color: Medium Orchid. HEX triplet: CC, 49 and D7. RGB value is (204,73,215). Sum of RGB (Red+Green+Blue) = 204+73+215=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC49D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D7 is #33B628. Grayscale: #7F7F7F. Windows color (decimal): -3388969 or 14109132. OLE color: 14109132.
HSL color Cylindrical-coordinate representation of color #CC49D7: hue angle of 295.35º degrees, saturation: 0.64, 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 #CC49D7 is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 73 | 215 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.16 |
| HSL | 295.35º | 0.64% | 0.56% | - |
| HSV(B) | 295.35º | 0.66% | 0.84% | - |
| XYZ | 39.55 | 22.51 | 66.55 | - |
| YUV | 128.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 215 | 0.05 | 0.66 | 0 | 0.16 | 295.35 | 0.64 | 0.56 |
| Hex | CC | 49 | D7 | 5 | 42 | 0 | 10 | 127 | 40 | 38 |
| Octal | 314 | 111 | 327 | 5 | 102 | 0 | 20 | 447 | 100 | 70 |
| Binary | 11001100 | 1001001 | 11010111 | 101 | 1000010 | 0 | 10000 | 100100111 | 1000000 | 111000 |
Color Harmonies of #CC49D7
Complementary color
Monochromatic Colors of #CC49D7
Black with #CC49D7
Text Example
Text Example
White with #CC49D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49D7; }
p { color: rgb(204,73,215); }
H1.HeaderClassName
{
color: #CC49D7;
}
.AnyTagClassName
{
color: #CC49D7;
}
</style>
background-color css
<style>
a { background-color: #CC49D7; }
a { background-color: rgb(204,73,215); }
div.DivClassName
{
background-color: #CC49D7;
}
.BgClassName
{
background-color: #CC49D7;
}
</style>
border-color css
<style>
span { border-color: #CC49D7; }
span { border-color: rgb(204,73,215); }
td.TdClassName
{
border-color: #CC49D7;
}
.TagClassName
{
border-color: #CC49D7;
}
</style>