Shades of Medium Orchid #CC49D5
Tints of Medium Orchid #CC49D5
RGB
CMYK
RGB Variations
Color information
#CC49D5 (or 0xCC49D5) is known color: Medium Orchid. HEX triplet: CC, 49 and D5. RGB value is (204,73,213). Sum of RGB (Red+Green+Blue) = 204+73+213=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 213 - color contains mainly: blue. Hex color #CC49D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D5 is #33B62A. Grayscale: #7F7F7F. Windows color (decimal): -3388971 or 13978060. OLE color: 13978060.
HSL color Cylindrical-coordinate representation of color #CC49D5: hue angle of 296.14º degrees, saturation: 0.62, 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 #CC49D5 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 73 | 213 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.16 |
| HSL | 296.14º | 0.63% | 0.56% | - |
| HSV(B) | 296.14º | 0.66% | 0.84% | - |
| XYZ | 39.29 | 22.41 | 65.2 | - |
| YUV | 128.13 | 175.9 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 213 | 0.04 | 0.66 | 0 | 0.16 | 296.14 | 0.63 | 0.56 |
| Hex | CC | 49 | D5 | 4 | 42 | 0 | 10 | 128 | 3E | 38 |
| Octal | 314 | 111 | 325 | 4 | 102 | 0 | 20 | 450 | 76 | 70 |
| Binary | 11001100 | 1001001 | 11010101 | 100 | 1000010 | 0 | 10000 | 100101000 | 111110 | 111000 |
Color Harmonies of #CC49D5
Complementary color
Monochromatic Colors of #CC49D5
Black with #CC49D5
Text Example
Text Example
White with #CC49D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49D5; }
p { color: rgb(204,73,213); }
H1.HeaderClassName
{
color: #CC49D5;
}
.AnyTagClassName
{
color: #CC49D5;
}
</style>
background-color css
<style>
a { background-color: #CC49D5; }
a { background-color: rgb(204,73,213); }
div.DivClassName
{
background-color: #CC49D5;
}
.BgClassName
{
background-color: #CC49D5;
}
</style>
border-color css
<style>
span { border-color: #CC49D5; }
span { border-color: rgb(204,73,213); }
td.TdClassName
{
border-color: #CC49D5;
}
.TagClassName
{
border-color: #CC49D5;
}
</style>