Shades of Medium Orchid #C447EB
Tints of Medium Orchid #C447EB
RGB
CMYK
RGB Variations
Color information
#C447EB (or 0xC447EB) is known color: Medium Orchid. HEX triplet: C4, 47 and EB. RGB value is (196,71,235). Sum of RGB (Red+Green+Blue) = 196+71+235=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C447EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C447EB is #3BB814. Grayscale: #7E7E7E. Windows color (decimal): -3913749 or 15419332. OLE color: 15419332.
HSL color Cylindrical-coordinate representation of color #C447EB: hue angle of 285.73º 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 #C447EB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 71 | 235 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.08 |
| HSL | 285.73º | 0.8% | 0.6% | - |
| HSV(B) | 285.73º | 0.7% | 0.92% | - |
| XYZ | 40.01 | 22.24 | 80.78 | - |
| YUV | 127.07 | 188.91 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 235 | 0.17 | 0.70 | 0 | 0.08 | 285.73 | 0.8 | 0.6 |
| Hex | C4 | 47 | EB | 11 | 46 | 0 | 8 | 11E | 50 | 3C |
| Octal | 304 | 107 | 353 | 21 | 106 | 0 | 10 | 436 | 120 | 74 |
| Binary | 11000100 | 1000111 | 11101011 | 10001 | 1000110 | 0 | 1000 | 100011110 | 1010000 | 111100 |
Color Harmonies of #C447EB
Complementary color
Monochromatic Colors of #C447EB
Black with #C447EB
Text Example
Text Example
White with #C447EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447EB; }
p { color: rgb(196,71,235); }
H1.HeaderClassName
{
color: #C447EB;
}
.AnyTagClassName
{
color: #C447EB;
}
</style>
background-color css
<style>
a { background-color: #C447EB; }
a { background-color: rgb(196,71,235); }
div.DivClassName
{
background-color: #C447EB;
}
.BgClassName
{
background-color: #C447EB;
}
</style>
border-color css
<style>
span { border-color: #C447EB; }
span { border-color: rgb(196,71,235); }
td.TdClassName
{
border-color: #C447EB;
}
.TagClassName
{
border-color: #C447EB;
}
</style>