Shades of Medium Orchid #CC47EF
Tints of Medium Orchid #CC47EF
RGB
CMYK
RGB Variations
Color information
#CC47EF (or 0xCC47EF) is known color: Medium Orchid. HEX triplet: CC, 47 and EF. RGB value is (204,71,239). Sum of RGB (Red+Green+Blue) = 204+71+239=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC47EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47EF is #33B810. Grayscale: #818181. Windows color (decimal): -3389457 or 15681484. OLE color: 15681484.
HSL color Cylindrical-coordinate representation of color #CC47EF: hue angle of 287.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC47EF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 71 | 239 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.06 |
| HSL | 287.5º | 0.84% | 0.61% | - |
| HSV(B) | 287.5º | 0.7% | 0.94% | - |
| XYZ | 42.74 | 23.58 | 83.96 | - |
| YUV | 129.92 | 189.56 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 239 | 0.15 | 0.70 | 0 | 0.06 | 287.5 | 0.84 | 0.61 |
| Hex | CC | 47 | EF | F | 46 | 0 | 6 | 120 | 54 | 3D |
| Octal | 314 | 107 | 357 | 17 | 106 | 0 | 6 | 440 | 124 | 75 |
| Binary | 11001100 | 1000111 | 11101111 | 1111 | 1000110 | 0 | 110 | 100100000 | 1010100 | 111101 |
Color Harmonies of #CC47EF
Complementary color
Monochromatic Colors of #CC47EF
Black with #CC47EF
Text Example
Text Example
White with #CC47EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47EF; }
p { color: rgb(204,71,239); }
H1.HeaderClassName
{
color: #CC47EF;
}
.AnyTagClassName
{
color: #CC47EF;
}
</style>
background-color css
<style>
a { background-color: #CC47EF; }
a { background-color: rgb(204,71,239); }
div.DivClassName
{
background-color: #CC47EF;
}
.BgClassName
{
background-color: #CC47EF;
}
</style>
border-color css
<style>
span { border-color: #CC47EF; }
span { border-color: rgb(204,71,239); }
td.TdClassName
{
border-color: #CC47EF;
}
.TagClassName
{
border-color: #CC47EF;
}
</style>