Shades of Medium Orchid #C450FA
Tints of Medium Orchid #C450FA
RGB
CMYK
RGB Variations
Color information
#C450FA (or 0xC450FA) is known color: Medium Orchid. HEX triplet: C4, 50 and FA. RGB value is (196,80,250). Sum of RGB (Red+Green+Blue) = 196+80+250=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #C450FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FA is #3BAF05. Grayscale: #858585. Windows color (decimal): -3911430 or 16404676. OLE color: 16404676.
HSL color Cylindrical-coordinate representation of color #C450FA: hue angle of 280.94º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C450FA is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 80 | 250 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.02 |
| HSL | 280.94º | 0.94% | 0.65% | - |
| HSV(B) | 280.94º | 0.68% | 0.98% | - |
| XYZ | 42.89 | 24.38 | 92.89 | - |
| YUV | 134.06 | 193.43 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 250 | 0.22 | 0.68 | 0 | 0.02 | 280.94 | 0.94 | 0.65 |
| Hex | C4 | 50 | FA | 16 | 44 | 0 | 2 | 119 | 5E | 41 |
| Octal | 304 | 120 | 372 | 26 | 104 | 0 | 2 | 431 | 136 | 101 |
| Binary | 11000100 | 1010000 | 11111010 | 10110 | 1000100 | 0 | 10 | 100011001 | 1011110 | 1000001 |
Color Harmonies of #C450FA
Complementary color
Monochromatic Colors of #C450FA
Black with #C450FA
Text Example
Text Example
White with #C450FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450FA; }
p { color: rgb(196,80,250); }
H1.HeaderClassName
{
color: #C450FA;
}
.AnyTagClassName
{
color: #C450FA;
}
</style>
background-color css
<style>
a { background-color: #C450FA; }
a { background-color: rgb(196,80,250); }
div.DivClassName
{
background-color: #C450FA;
}
.BgClassName
{
background-color: #C450FA;
}
</style>
border-color css
<style>
span { border-color: #C450FA; }
span { border-color: rgb(196,80,250); }
td.TdClassName
{
border-color: #C450FA;
}
.TagClassName
{
border-color: #C450FA;
}
</style>