Shades of Medium Orchid #C947FA
Tints of Medium Orchid #C947FA
RGB
CMYK
RGB Variations
Color information
#C947FA (or 0xC947FA) is known color: Medium Orchid. HEX triplet: C9, 47 and FA. RGB value is (201,71,250). Sum of RGB (Red+Green+Blue) = 201+71+250=522 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.51% from 522); Green value is 71 (28.12% from 255 or 13.60% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #C947FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947FA is #36B805. Grayscale: #818181. Windows color (decimal): -3586054 or 16402377. OLE color: 16402377.
HSL color Cylindrical-coordinate representation of color #C947FA: hue angle of 283.58º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C947FA is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 71 | 250 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.02 |
| HSL | 283.58º | 0.95% | 0.63% | - |
| HSV(B) | 283.58º | 0.72% | 0.98% | - |
| XYZ | 43.6 | 23.83 | 92.74 | - |
| YUV | 130.28 | 195.57 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 250 | 0.20 | 0.72 | 0 | 0.02 | 283.58 | 0.95 | 0.63 |
| Hex | C9 | 47 | FA | 14 | 48 | 0 | 2 | 11C | 5F | 3F |
| Octal | 311 | 107 | 372 | 24 | 110 | 0 | 2 | 434 | 137 | 77 |
| Binary | 11001001 | 1000111 | 11111010 | 10100 | 1001000 | 0 | 10 | 100011100 | 1011111 | 111111 |
Color Harmonies of #C947FA
Complementary color
Monochromatic Colors of #C947FA
Black with #C947FA
Text Example
Text Example
White with #C947FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947FA; }
p { color: rgb(201,71,250); }
H1.HeaderClassName
{
color: #C947FA;
}
.AnyTagClassName
{
color: #C947FA;
}
</style>
background-color css
<style>
a { background-color: #C947FA; }
a { background-color: rgb(201,71,250); }
div.DivClassName
{
background-color: #C947FA;
}
.BgClassName
{
background-color: #C947FA;
}
</style>
border-color css
<style>
span { border-color: #C947FA; }
span { border-color: rgb(201,71,250); }
td.TdClassName
{
border-color: #C947FA;
}
.TagClassName
{
border-color: #C947FA;
}
</style>