Shades of Medium Orchid #C447ED
Tints of Medium Orchid #C447ED
RGB
CMYK
RGB Variations
Color information
#C447ED (or 0xC447ED) is known color: Medium Orchid. HEX triplet: C4, 47 and ED. RGB value is (196,71,237). Sum of RGB (Red+Green+Blue) = 196+71+237=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #C447ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C447ED is #3BB812. Grayscale: #7E7E7E. Windows color (decimal): -3913747 or 15550404. OLE color: 15550404.
HSL color Cylindrical-coordinate representation of color #C447ED: hue angle of 285.18º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C447ED is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 71 | 237 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.07 |
| HSL | 285.18º | 0.82% | 0.6% | - |
| HSV(B) | 285.18º | 0.7% | 0.93% | - |
| XYZ | 40.3 | 22.36 | 82.31 | - |
| YUV | 127.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 237 | 0.17 | 0.70 | 0 | 0.07 | 285.18 | 0.82 | 0.6 |
| Hex | C4 | 47 | ED | 11 | 46 | 0 | 7 | 11D | 52 | 3C |
| Octal | 304 | 107 | 355 | 21 | 106 | 0 | 7 | 435 | 122 | 74 |
| Binary | 11000100 | 1000111 | 11101101 | 10001 | 1000110 | 0 | 111 | 100011101 | 1010010 | 111100 |
Color Harmonies of #C447ED
Complementary color
Monochromatic Colors of #C447ED
Black with #C447ED
Text Example
Text Example
White with #C447ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447ED; }
p { color: rgb(196,71,237); }
H1.HeaderClassName
{
color: #C447ED;
}
.AnyTagClassName
{
color: #C447ED;
}
</style>
background-color css
<style>
a { background-color: #C447ED; }
a { background-color: rgb(196,71,237); }
div.DivClassName
{
background-color: #C447ED;
}
.BgClassName
{
background-color: #C447ED;
}
</style>
border-color css
<style>
span { border-color: #C447ED; }
span { border-color: rgb(196,71,237); }
td.TdClassName
{
border-color: #C447ED;
}
.TagClassName
{
border-color: #C447ED;
}
</style>