Shades of Medium Orchid #CC47E6
Tints of Medium Orchid #CC47E6
RGB
CMYK
RGB Variations
Color information
#CC47E6 (or 0xCC47E6) is known color: Medium Orchid. HEX triplet: CC, 47 and E6. RGB value is (204,71,230). Sum of RGB (Red+Green+Blue) = 204+71+230=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 230 (90.23% from 255 or 45.54% from 505); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47E6 is #33B819. Grayscale: #808080. Windows color (decimal): -3389466 or 15091660. OLE color: 15091660.
HSL color Cylindrical-coordinate representation of color #CC47E6: hue angle of 290.19º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC47E6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 71 | 230 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.10 |
| HSL | 290.19º | 0.76% | 0.59% | - |
| HSV(B) | 290.19º | 0.69% | 0.9% | - |
| XYZ | 41.44 | 23.06 | 77.13 | - |
| YUV | 128.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 230 | 0.11 | 0.69 | 0 | 0.10 | 290.19 | 0.76 | 0.59 |
| Hex | CC | 47 | E6 | B | 45 | 0 | A | 122 | 4C | 3B |
| Octal | 314 | 107 | 346 | 13 | 105 | 0 | 12 | 442 | 114 | 73 |
| Binary | 11001100 | 1000111 | 11100110 | 1011 | 1000101 | 0 | 1010 | 100100010 | 1001100 | 111011 |
Color Harmonies of #CC47E6
Complementary color
Monochromatic Colors of #CC47E6
Black with #CC47E6
Text Example
Text Example
White with #CC47E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47E6; }
p { color: rgb(204,71,230); }
H1.HeaderClassName
{
color: #CC47E6;
}
.AnyTagClassName
{
color: #CC47E6;
}
</style>
background-color css
<style>
a { background-color: #CC47E6; }
a { background-color: rgb(204,71,230); }
div.DivClassName
{
background-color: #CC47E6;
}
.BgClassName
{
background-color: #CC47E6;
}
</style>
border-color css
<style>
span { border-color: #CC47E6; }
span { border-color: rgb(204,71,230); }
td.TdClassName
{
border-color: #CC47E6;
}
.TagClassName
{
border-color: #CC47E6;
}
</style>