Shades of Medium Orchid #CC47DD
Tints of Medium Orchid #CC47DD
RGB
CMYK
RGB Variations
Color information
#CC47DD (or 0xCC47DD) is known color: Medium Orchid. HEX triplet: CC, 47 and DD. RGB value is (204,71,221). Sum of RGB (Red+Green+Blue) = 204+71+221=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 71 (28.12% from 255 or 14.31% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC47DD is #33B822. Grayscale: #7F7F7F. Windows color (decimal): -3389475 or 14501836. OLE color: 14501836.
HSL color Cylindrical-coordinate representation of color #CC47DD: hue angle of 293.2º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC47DD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 71 | 221 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.13 |
| HSL | 293.2º | 0.69% | 0.57% | - |
| HSV(B) | 293.2º | 0.68% | 0.87% | - |
| XYZ | 40.21 | 22.56 | 70.64 | - |
| YUV | 127.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 221 | 0.08 | 0.68 | 0 | 0.13 | 293.2 | 0.69 | 0.57 |
| Hex | CC | 47 | DD | 8 | 44 | 0 | D | 125 | 45 | 39 |
| Octal | 314 | 107 | 335 | 10 | 104 | 0 | 15 | 445 | 105 | 71 |
| Binary | 11001100 | 1000111 | 11011101 | 1000 | 1000100 | 0 | 1101 | 100100101 | 1000101 | 111001 |
Color Harmonies of #CC47DD
Complementary color
Monochromatic Colors of #CC47DD
Black with #CC47DD
Text Example
Text Example
White with #CC47DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47DD; }
p { color: rgb(204,71,221); }
H1.HeaderClassName
{
color: #CC47DD;
}
.AnyTagClassName
{
color: #CC47DD;
}
</style>
background-color css
<style>
a { background-color: #CC47DD; }
a { background-color: rgb(204,71,221); }
div.DivClassName
{
background-color: #CC47DD;
}
.BgClassName
{
background-color: #CC47DD;
}
</style>
border-color css
<style>
span { border-color: #CC47DD; }
span { border-color: rgb(204,71,221); }
td.TdClassName
{
border-color: #CC47DD;
}
.TagClassName
{
border-color: #CC47DD;
}
</style>