Shades of Medium Orchid #C448EA
Tints of Medium Orchid #C448EA
RGB
CMYK
RGB Variations
Color information
#C448EA (or 0xC448EA) is known color: Medium Orchid. HEX triplet: C4, 48 and EA. RGB value is (196,72,234). Sum of RGB (Red+Green+Blue) = 196+72+234=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #C448EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448EA is #3BB715. Grayscale: #7F7F7F. Windows color (decimal): -3913494 or 15354052. OLE color: 15354052.
HSL color Cylindrical-coordinate representation of color #C448EA: hue angle of 285.93º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C448EA is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 72 | 234 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.08 |
| HSL | 285.93º | 0.79% | 0.6% | - |
| HSV(B) | 285.93º | 0.69% | 0.92% | - |
| XYZ | 39.93 | 22.31 | 80.04 | - |
| YUV | 127.54 | 188.08 | 176.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 234 | 0.16 | 0.69 | 0 | 0.08 | 285.93 | 0.79 | 0.6 |
| Hex | C4 | 48 | EA | 10 | 45 | 0 | 8 | 11E | 4F | 3C |
| Octal | 304 | 110 | 352 | 20 | 105 | 0 | 10 | 436 | 117 | 74 |
| Binary | 11000100 | 1001000 | 11101010 | 10000 | 1000101 | 0 | 1000 | 100011110 | 1001111 | 111100 |
Color Harmonies of #C448EA
Complementary color
Monochromatic Colors of #C448EA
Black with #C448EA
Text Example
Text Example
White with #C448EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448EA; }
p { color: rgb(196,72,234); }
H1.HeaderClassName
{
color: #C448EA;
}
.AnyTagClassName
{
color: #C448EA;
}
</style>
background-color css
<style>
a { background-color: #C448EA; }
a { background-color: rgb(196,72,234); }
div.DivClassName
{
background-color: #C448EA;
}
.BgClassName
{
background-color: #C448EA;
}
</style>
border-color css
<style>
span { border-color: #C448EA; }
span { border-color: rgb(196,72,234); }
td.TdClassName
{
border-color: #C448EA;
}
.TagClassName
{
border-color: #C448EA;
}
</style>