Shades of Medium Orchid #CC47D6
Tints of Medium Orchid #CC47D6
RGB
CMYK
RGB Variations
Color information
#CC47D6 (or 0xCC47D6) is known color: Medium Orchid. HEX triplet: CC, 47 and D6. RGB value is (204,71,214). Sum of RGB (Red+Green+Blue) = 204+71+214=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 71 (28.12% from 255 or 14.52% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #CC47D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47D6 is #33B829. Grayscale: #7E7E7E. Windows color (decimal): -3389482 or 14043084. OLE color: 14043084.
HSL color Cylindrical-coordinate representation of color #CC47D6: hue angle of 295.8º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC47D6 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 71 | 214 | - |
| CMYK | 0.05 | 0.67 | 0 | 0.16 |
| HSL | 295.8º | 0.64% | 0.56% | - |
| HSV(B) | 295.8º | 0.67% | 0.84% | - |
| XYZ | 39.29 | 22.2 | 65.83 | - |
| YUV | 127.07 | 177.06 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 214 | 0.05 | 0.67 | 0 | 0.16 | 295.8 | 0.64 | 0.56 |
| Hex | CC | 47 | D6 | 5 | 43 | 0 | 10 | 128 | 40 | 38 |
| Octal | 314 | 107 | 326 | 5 | 103 | 0 | 20 | 450 | 100 | 70 |
| Binary | 11001100 | 1000111 | 11010110 | 101 | 1000011 | 0 | 10000 | 100101000 | 1000000 | 111000 |
Color Harmonies of #CC47D6
Complementary color
Monochromatic Colors of #CC47D6
Black with #CC47D6
Text Example
Text Example
White with #CC47D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47D6; }
p { color: rgb(204,71,214); }
H1.HeaderClassName
{
color: #CC47D6;
}
.AnyTagClassName
{
color: #CC47D6;
}
</style>
background-color css
<style>
a { background-color: #CC47D6; }
a { background-color: rgb(204,71,214); }
div.DivClassName
{
background-color: #CC47D6;
}
.BgClassName
{
background-color: #CC47D6;
}
</style>
border-color css
<style>
span { border-color: #CC47D6; }
span { border-color: rgb(204,71,214); }
td.TdClassName
{
border-color: #CC47D6;
}
.TagClassName
{
border-color: #CC47D6;
}
</style>