Shades of Medium Orchid #C448E4
Tints of Medium Orchid #C448E4
RGB
CMYK
RGB Variations
Color information
#C448E4 (or 0xC448E4) is known color: Medium Orchid. HEX triplet: C4, 48 and E4. RGB value is (196,72,228). Sum of RGB (Red+Green+Blue) = 196+72+228=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 228 - color contains mainly: blue. Hex color #C448E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448E4 is #3BB71B. Grayscale: #7E7E7E. Windows color (decimal): -3913500 or 14960836. OLE color: 14960836.
HSL color Cylindrical-coordinate representation of color #C448E4: hue angle of 287.69º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C448E4 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 72 | 228 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.11 |
| HSL | 287.69º | 0.74% | 0.59% | - |
| HSV(B) | 287.69º | 0.68% | 0.89% | - |
| XYZ | 39.09 | 21.97 | 75.58 | - |
| YUV | 126.86 | 185.08 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 228 | 0.14 | 0.68 | 0 | 0.11 | 287.69 | 0.74 | 0.59 |
| Hex | C4 | 48 | E4 | E | 44 | 0 | B | 120 | 4A | 3B |
| Octal | 304 | 110 | 344 | 16 | 104 | 0 | 13 | 440 | 112 | 73 |
| Binary | 11000100 | 1001000 | 11100100 | 1110 | 1000100 | 0 | 1011 | 100100000 | 1001010 | 111011 |
Color Harmonies of #C448E4
Complementary color
Monochromatic Colors of #C448E4
Black with #C448E4
Text Example
Text Example
White with #C448E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448E4; }
p { color: rgb(196,72,228); }
H1.HeaderClassName
{
color: #C448E4;
}
.AnyTagClassName
{
color: #C448E4;
}
</style>
background-color css
<style>
a { background-color: #C448E4; }
a { background-color: rgb(196,72,228); }
div.DivClassName
{
background-color: #C448E4;
}
.BgClassName
{
background-color: #C448E4;
}
</style>
border-color css
<style>
span { border-color: #C448E4; }
span { border-color: rgb(196,72,228); }
td.TdClassName
{
border-color: #C448E4;
}
.TagClassName
{
border-color: #C448E4;
}
</style>