Shades of Medium Orchid #CC47D9
Tints of Medium Orchid #CC47D9
RGB
CMYK
RGB Variations
Color information
#CC47D9 (or 0xCC47D9) is known color: Medium Orchid. HEX triplet: CC, 47 and D9. RGB value is (204,71,217). Sum of RGB (Red+Green+Blue) = 204+71+217=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 71 (28.12% from 255 or 14.43% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #CC47D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47D9 is #33B826. Grayscale: #7E7E7E. Windows color (decimal): -3389479 or 14239692. OLE color: 14239692.
HSL color Cylindrical-coordinate representation of color #CC47D9: hue angle of 294.66º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC47D9 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 71 | 217 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.15 |
| HSL | 294.66º | 0.66% | 0.56% | - |
| HSV(B) | 294.66º | 0.67% | 0.85% | - |
| XYZ | 39.68 | 22.35 | 67.87 | - |
| YUV | 127.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 217 | 0.06 | 0.67 | 0 | 0.15 | 294.66 | 0.66 | 0.56 |
| Hex | CC | 47 | D9 | 6 | 43 | 0 | F | 127 | 42 | 38 |
| Octal | 314 | 107 | 331 | 6 | 103 | 0 | 17 | 447 | 102 | 70 |
| Binary | 11001100 | 1000111 | 11011001 | 110 | 1000011 | 0 | 1111 | 100100111 | 1000010 | 111000 |
Color Harmonies of #CC47D9
Complementary color
Monochromatic Colors of #CC47D9
Black with #CC47D9
Text Example
Text Example
White with #CC47D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47D9; }
p { color: rgb(204,71,217); }
H1.HeaderClassName
{
color: #CC47D9;
}
.AnyTagClassName
{
color: #CC47D9;
}
</style>
background-color css
<style>
a { background-color: #CC47D9; }
a { background-color: rgb(204,71,217); }
div.DivClassName
{
background-color: #CC47D9;
}
.BgClassName
{
background-color: #CC47D9;
}
</style>
border-color css
<style>
span { border-color: #CC47D9; }
span { border-color: rgb(204,71,217); }
td.TdClassName
{
border-color: #CC47D9;
}
.TagClassName
{
border-color: #CC47D9;
}
</style>