Shades of Medium Orchid #CC49DD
Tints of Medium Orchid #CC49DD
RGB
CMYK
RGB Variations
Color information
#CC49DD (or 0xCC49DD) is known color: Medium Orchid. HEX triplet: CC, 49 and DD. RGB value is (204,73,221). Sum of RGB (Red+Green+Blue) = 204+73+221=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 73 (28.91% from 255 or 14.66% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49DD is #33B622. Grayscale: #808080. Windows color (decimal): -3388963 or 14502348. OLE color: 14502348.
HSL color Cylindrical-coordinate representation of color #CC49DD: hue angle of 293.11º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC49DD is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 73 | 221 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.13 |
| HSL | 293.11º | 0.69% | 0.58% | - |
| HSV(B) | 293.11º | 0.67% | 0.87% | - |
| XYZ | 40.34 | 22.82 | 70.69 | - |
| YUV | 129.04 | 179.9 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 221 | 0.08 | 0.67 | 0 | 0.13 | 293.11 | 0.69 | 0.58 |
| Hex | CC | 49 | DD | 8 | 43 | 0 | D | 125 | 45 | 3A |
| Octal | 314 | 111 | 335 | 10 | 103 | 0 | 15 | 445 | 105 | 72 |
| Binary | 11001100 | 1001001 | 11011101 | 1000 | 1000011 | 0 | 1101 | 100100101 | 1000101 | 111010 |
Color Harmonies of #CC49DD
Complementary color
Monochromatic Colors of #CC49DD
Black with #CC49DD
Text Example
Text Example
White with #CC49DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49DD; }
p { color: rgb(204,73,221); }
H1.HeaderClassName
{
color: #CC49DD;
}
.AnyTagClassName
{
color: #CC49DD;
}
</style>
background-color css
<style>
a { background-color: #CC49DD; }
a { background-color: rgb(204,73,221); }
div.DivClassName
{
background-color: #CC49DD;
}
.BgClassName
{
background-color: #CC49DD;
}
</style>
border-color css
<style>
span { border-color: #CC49DD; }
span { border-color: rgb(204,73,221); }
td.TdClassName
{
border-color: #CC49DD;
}
.TagClassName
{
border-color: #CC49DD;
}
</style>