Shades of Medium Orchid #C947EB
Tints of Medium Orchid #C947EB
RGB
CMYK
RGB Variations
Color information
#C947EB (or 0xC947EB) is known color: Medium Orchid. HEX triplet: C9, 47 and EB. RGB value is (201,71,235). Sum of RGB (Red+Green+Blue) = 201+71+235=507 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.64% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #C947EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947EB is #36B814. Grayscale: #808080. Windows color (decimal): -3586069 or 15419337. OLE color: 15419337.
HSL color Cylindrical-coordinate representation of color #C947EB: hue angle of 287.56º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C947EB is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 71 | 235 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.08 |
| HSL | 287.56º | 0.8% | 0.6% | - |
| HSV(B) | 287.56º | 0.7% | 0.92% | - |
| XYZ | 41.34 | 22.92 | 80.84 | - |
| YUV | 128.57 | 188.07 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 235 | 0.14 | 0.70 | 0 | 0.08 | 287.56 | 0.8 | 0.6 |
| Hex | C9 | 47 | EB | E | 46 | 0 | 8 | 120 | 50 | 3C |
| Octal | 311 | 107 | 353 | 16 | 106 | 0 | 10 | 440 | 120 | 74 |
| Binary | 11001001 | 1000111 | 11101011 | 1110 | 1000110 | 0 | 1000 | 100100000 | 1010000 | 111100 |
Color Harmonies of #C947EB
Complementary color
Monochromatic Colors of #C947EB
Black with #C947EB
Text Example
Text Example
White with #C947EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947EB; }
p { color: rgb(201,71,235); }
H1.HeaderClassName
{
color: #C947EB;
}
.AnyTagClassName
{
color: #C947EB;
}
</style>
background-color css
<style>
a { background-color: #C947EB; }
a { background-color: rgb(201,71,235); }
div.DivClassName
{
background-color: #C947EB;
}
.BgClassName
{
background-color: #C947EB;
}
</style>
border-color css
<style>
span { border-color: #C947EB; }
span { border-color: rgb(201,71,235); }
td.TdClassName
{
border-color: #C947EB;
}
.TagClassName
{
border-color: #C947EB;
}
</style>