Shades of Medium Orchid #C447E6
Tints of Medium Orchid #C447E6
RGB
CMYK
RGB Variations
Color information
#C447E6 (or 0xC447E6) is known color: Medium Orchid. HEX triplet: C4, 47 and E6. RGB value is (196,71,230). Sum of RGB (Red+Green+Blue) = 196+71+230=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 71 (28.12% from 255 or 14.29% from 497); Blue value is 230 (90.23% from 255 or 46.28% from 497); Max value from RGB is 230 - color contains mainly: blue. Hex color #C447E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C447E6 is #3BB819. Grayscale: #7D7D7D. Windows color (decimal): -3913754 or 15091652. OLE color: 15091652.
HSL color Cylindrical-coordinate representation of color #C447E6: hue angle of 287.17º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C447E6 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 196 | 71 | 230 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.10 |
| HSL | 287.17º | 0.76% | 0.59% | - |
| HSV(B) | 287.17º | 0.69% | 0.9% | - |
| XYZ | 39.3 | 21.96 | 77.03 | - |
| YUV | 126.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 230 | 0.15 | 0.69 | 0 | 0.10 | 287.17 | 0.76 | 0.59 |
| Hex | C4 | 47 | E6 | F | 45 | 0 | A | 11F | 4C | 3B |
| Octal | 304 | 107 | 346 | 17 | 105 | 0 | 12 | 437 | 114 | 73 |
| Binary | 11000100 | 1000111 | 11100110 | 1111 | 1000101 | 0 | 1010 | 100011111 | 1001100 | 111011 |
Color Harmonies of #C447E6
Complementary color
Monochromatic Colors of #C447E6
Black with #C447E6
Text Example
Text Example
White with #C447E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C447E6; }
p { color: rgb(196,71,230); }
H1.HeaderClassName
{
color: #C447E6;
}
.AnyTagClassName
{
color: #C447E6;
}
</style>
background-color css
<style>
a { background-color: #C447E6; }
a { background-color: rgb(196,71,230); }
div.DivClassName
{
background-color: #C447E6;
}
.BgClassName
{
background-color: #C447E6;
}
</style>
border-color css
<style>
span { border-color: #C447E6; }
span { border-color: rgb(196,71,230); }
td.TdClassName
{
border-color: #C447E6;
}
.TagClassName
{
border-color: #C447E6;
}
</style>