Shades of Medium Orchid #CC47D8
Tints of Medium Orchid #CC47D8
RGB
CMYK
RGB Variations
Color information
#CC47D8 (or 0xCC47D8) is known color: Medium Orchid. HEX triplet: CC, 47 and D8. RGB value is (204,71,216). Sum of RGB (Red+Green+Blue) = 204+71+216=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC47D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47D8 is #33B827. Grayscale: #7E7E7E. Windows color (decimal): -3389480 or 14174156. OLE color: 14174156.
HSL color Cylindrical-coordinate representation of color #CC47D8: hue angle of 295.03º degrees, saturation: 0.65, 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 #CC47D8 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 71 | 216 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.15 |
| HSL | 295.03º | 0.65% | 0.56% | - |
| HSV(B) | 295.03º | 0.67% | 0.85% | - |
| XYZ | 39.55 | 22.3 | 67.19 | - |
| YUV | 127.3 | 178.06 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 216 | 0.06 | 0.67 | 0 | 0.15 | 295.03 | 0.65 | 0.56 |
| Hex | CC | 47 | D8 | 6 | 43 | 0 | F | 127 | 41 | 38 |
| Octal | 314 | 107 | 330 | 6 | 103 | 0 | 17 | 447 | 101 | 70 |
| Binary | 11001100 | 1000111 | 11011000 | 110 | 1000011 | 0 | 1111 | 100100111 | 1000001 | 111000 |
Color Harmonies of #CC47D8
Complementary color
Monochromatic Colors of #CC47D8
Black with #CC47D8
Text Example
Text Example
White with #CC47D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47D8; }
p { color: rgb(204,71,216); }
H1.HeaderClassName
{
color: #CC47D8;
}
.AnyTagClassName
{
color: #CC47D8;
}
</style>
background-color css
<style>
a { background-color: #CC47D8; }
a { background-color: rgb(204,71,216); }
div.DivClassName
{
background-color: #CC47D8;
}
.BgClassName
{
background-color: #CC47D8;
}
</style>
border-color css
<style>
span { border-color: #CC47D8; }
span { border-color: rgb(204,71,216); }
td.TdClassName
{
border-color: #CC47D8;
}
.TagClassName
{
border-color: #CC47D8;
}
</style>