Shades of Medium Orchid #C447E4
Tints of Medium Orchid #C447E4
RGB
CMYK
RGB Variations
Color information
#C447E4 (or 0xC447E4) is known color: Medium Orchid. HEX triplet: C4, 47 and E4. RGB value is (196,71,228). Sum of RGB (Red+Green+Blue) = 196+71+228=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #C447E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447E4 is #3BB81B. Grayscale: #7D7D7D. Windows color (decimal): -3913756 or 14960580. OLE color: 14960580.
HSL color Cylindrical-coordinate representation of color #C447E4: hue angle of 287.77º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C447E4 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 71 | 228 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.11 |
| HSL | 287.77º | 0.74% | 0.59% | - |
| HSV(B) | 287.77º | 0.69% | 0.89% | - |
| XYZ | 39.02 | 21.84 | 75.56 | - |
| YUV | 126.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 228 | 0.14 | 0.69 | 0 | 0.11 | 287.77 | 0.74 | 0.59 |
| Hex | C4 | 47 | E4 | E | 45 | 0 | B | 120 | 4A | 3B |
| Octal | 304 | 107 | 344 | 16 | 105 | 0 | 13 | 440 | 112 | 73 |
| Binary | 11000100 | 1000111 | 11100100 | 1110 | 1000101 | 0 | 1011 | 100100000 | 1001010 | 111011 |
Color Harmonies of #C447E4
Complementary color
Monochromatic Colors of #C447E4
Black with #C447E4
Text Example
Text Example
White with #C447E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447E4; }
p { color: rgb(196,71,228); }
H1.HeaderClassName
{
color: #C447E4;
}
.AnyTagClassName
{
color: #C447E4;
}
</style>
background-color css
<style>
a { background-color: #C447E4; }
a { background-color: rgb(196,71,228); }
div.DivClassName
{
background-color: #C447E4;
}
.BgClassName
{
background-color: #C447E4;
}
</style>
border-color css
<style>
span { border-color: #C447E4; }
span { border-color: rgb(196,71,228); }
td.TdClassName
{
border-color: #C447E4;
}
.TagClassName
{
border-color: #C447E4;
}
</style>