Shades of Medium Orchid #C448FA
Tints of Medium Orchid #C448FA
RGB
CMYK
RGB Variations
Color information
#C448FA (or 0xC448FA) is known color: Medium Orchid. HEX triplet: C4, 48 and FA. RGB value is (196,72,250). Sum of RGB (Red+Green+Blue) = 196+72+250=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #C448FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448FA is #3BB705. Grayscale: #808080. Windows color (decimal): -3913478 or 16402628. OLE color: 16402628.
HSL color Cylindrical-coordinate representation of color #C448FA: hue angle of 281.8º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C448FA is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 72 | 250 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.02 |
| HSL | 281.8º | 0.95% | 0.63% | - |
| HSV(B) | 281.8º | 0.71% | 0.98% | - |
| XYZ | 42.34 | 23.27 | 92.7 | - |
| YUV | 129.37 | 196.08 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 250 | 0.22 | 0.71 | 0 | 0.02 | 281.8 | 0.95 | 0.63 |
| Hex | C4 | 48 | FA | 16 | 47 | 0 | 2 | 11A | 5F | 3F |
| Octal | 304 | 110 | 372 | 26 | 107 | 0 | 2 | 432 | 137 | 77 |
| Binary | 11000100 | 1001000 | 11111010 | 10110 | 1000111 | 0 | 10 | 100011010 | 1011111 | 111111 |
Color Harmonies of #C448FA
Complementary color
Monochromatic Colors of #C448FA
Black with #C448FA
Text Example
Text Example
White with #C448FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448FA; }
p { color: rgb(196,72,250); }
H1.HeaderClassName
{
color: #C448FA;
}
.AnyTagClassName
{
color: #C448FA;
}
</style>
background-color css
<style>
a { background-color: #C448FA; }
a { background-color: rgb(196,72,250); }
div.DivClassName
{
background-color: #C448FA;
}
.BgClassName
{
background-color: #C448FA;
}
</style>
border-color css
<style>
span { border-color: #C448FA; }
span { border-color: rgb(196,72,250); }
td.TdClassName
{
border-color: #C448FA;
}
.TagClassName
{
border-color: #C448FA;
}
</style>