Shades of Medium Orchid #CC49D4
Tints of Medium Orchid #CC49D4
RGB
CMYK
RGB Variations
Color information
#CC49D4 (or 0xCC49D4) is known color: Medium Orchid. HEX triplet: CC, 49 and D4. RGB value is (204,73,212). Sum of RGB (Red+Green+Blue) = 204+73+212=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 212 (83.20% from 255 or 43.35% from 489); Max value from RGB is 212 - color contains mainly: blue. Hex color #CC49D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC49D4 is #33B62B. Grayscale: #7F7F7F. Windows color (decimal): -3388972 or 13912524. OLE color: 13912524.
HSL color Cylindrical-coordinate representation of color #CC49D4: hue angle of 296.55º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC49D4 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 73 | 212 | - |
| CMYK | 0.04 | 0.66 | 0 | 0.17 |
| HSL | 296.55º | 0.62% | 0.56% | - |
| HSV(B) | 296.55º | 0.66% | 0.83% | - |
| XYZ | 39.17 | 22.36 | 64.54 | - |
| YUV | 128.02 | 175.4 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 212 | 0.04 | 0.66 | 0 | 0.17 | 296.55 | 0.62 | 0.56 |
| Hex | CC | 49 | D4 | 4 | 42 | 0 | 11 | 129 | 3E | 38 |
| Octal | 314 | 111 | 324 | 4 | 102 | 0 | 21 | 451 | 76 | 70 |
| Binary | 11001100 | 1001001 | 11010100 | 100 | 1000010 | 0 | 10001 | 100101001 | 111110 | 111000 |
Color Harmonies of #CC49D4
Complementary color
Monochromatic Colors of #CC49D4
Black with #CC49D4
Text Example
Text Example
White with #CC49D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC49D4; }
p { color: rgb(204,73,212); }
H1.HeaderClassName
{
color: #CC49D4;
}
.AnyTagClassName
{
color: #CC49D4;
}
</style>
background-color css
<style>
a { background-color: #CC49D4; }
a { background-color: rgb(204,73,212); }
div.DivClassName
{
background-color: #CC49D4;
}
.BgClassName
{
background-color: #CC49D4;
}
</style>
border-color css
<style>
span { border-color: #CC49D4; }
span { border-color: rgb(204,73,212); }
td.TdClassName
{
border-color: #CC49D4;
}
.TagClassName
{
border-color: #CC49D4;
}
</style>