Shades of Medium Orchid #C448FE
Tints of Medium Orchid #C448FE
RGB
CMYK
RGB Variations
Color information
#C448FE (or 0xC448FE) is known color: Medium Orchid. HEX triplet: C4, 48 and FE. RGB value is (196,72,254). Sum of RGB (Red+Green+Blue) = 196+72+254=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #C448FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448FE is #3BB701. Grayscale: #818181. Windows color (decimal): -3913474 or 16664772. OLE color: 16664772.
HSL color Cylindrical-coordinate representation of color #C448FE: hue angle of 280.88º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C448FE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 196 | 72 | 254 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.00 |
| HSL | 280.88º | 0.99% | 0.64% | - |
| HSV(B) | 280.88º | 0.72% | 1% | - |
| XYZ | 42.97 | 23.53 | 96.04 | - |
| YUV | 129.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 254 | 0.23 | 0.72 | 0 | 0.00 | 280.88 | 0.99 | 0.64 |
| Hex | C4 | 48 | FE | 17 | 48 | 0 | 0 | 119 | 63 | 40 |
| Octal | 304 | 110 | 376 | 27 | 110 | 0 | 0 | 431 | 143 | 100 |
| Binary | 11000100 | 1001000 | 11111110 | 10111 | 1001000 | 0 | 0 | 100011001 | 1100011 | 1000000 |
Color Harmonies of #C448FE
Complementary color
Monochromatic Colors of #C448FE
Black with #C448FE
Text Example
Text Example
White with #C448FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448FE; }
p { color: rgb(196,72,254); }
H1.HeaderClassName
{
color: #C448FE;
}
.AnyTagClassName
{
color: #C448FE;
}
</style>
background-color css
<style>
a { background-color: #C448FE; }
a { background-color: rgb(196,72,254); }
div.DivClassName
{
background-color: #C448FE;
}
.BgClassName
{
background-color: #C448FE;
}
</style>
border-color css
<style>
span { border-color: #C448FE; }
span { border-color: rgb(196,72,254); }
td.TdClassName
{
border-color: #C448FE;
}
.TagClassName
{
border-color: #C448FE;
}
</style>