Shades of Medium Orchid #C450FB
Tints of Medium Orchid #C450FB
RGB
CMYK
RGB Variations
Color information
#C450FB (or 0xC450FB) is known color: Medium Orchid. HEX triplet: C4, 50 and FB. RGB value is (196,80,251). Sum of RGB (Red+Green+Blue) = 196+80+251=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C450FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450FB is #3BAF04. Grayscale: #858585. Windows color (decimal): -3911429 or 16470212. OLE color: 16470212.
HSL color Cylindrical-coordinate representation of color #C450FB: hue angle of 280.7º degrees, saturation: 0.96, 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 #C450FB is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 80 | 251 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.02 |
| HSL | 280.7º | 0.96% | 0.65% | - |
| HSV(B) | 280.7º | 0.68% | 0.98% | - |
| XYZ | 43.05 | 24.44 | 93.72 | - |
| YUV | 134.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 251 | 0.22 | 0.68 | 0 | 0.02 | 280.7 | 0.96 | 0.65 |
| Hex | C4 | 50 | FB | 16 | 44 | 0 | 2 | 119 | 60 | 41 |
| Octal | 304 | 120 | 373 | 26 | 104 | 0 | 2 | 431 | 140 | 101 |
| Binary | 11000100 | 1010000 | 11111011 | 10110 | 1000100 | 0 | 10 | 100011001 | 1100000 | 1000001 |
Color Harmonies of #C450FB
Complementary color
Monochromatic Colors of #C450FB
Black with #C450FB
Text Example
Text Example
White with #C450FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450FB; }
p { color: rgb(196,80,251); }
H1.HeaderClassName
{
color: #C450FB;
}
.AnyTagClassName
{
color: #C450FB;
}
</style>
background-color css
<style>
a { background-color: #C450FB; }
a { background-color: rgb(196,80,251); }
div.DivClassName
{
background-color: #C450FB;
}
.BgClassName
{
background-color: #C450FB;
}
</style>
border-color css
<style>
span { border-color: #C450FB; }
span { border-color: rgb(196,80,251); }
td.TdClassName
{
border-color: #C450FB;
}
.TagClassName
{
border-color: #C450FB;
}
</style>