Shades of Medium Orchid #C450F0
Tints of Medium Orchid #C450F0
RGB
CMYK
RGB Variations
Color information
#C450F0 (or 0xC450F0) is known color: Medium Orchid. HEX triplet: C4, 50 and F0. RGB value is (196,80,240). Sum of RGB (Red+Green+Blue) = 196+80+240=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #C450F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450F0 is #3BAF0F. Grayscale: #848484. Windows color (decimal): -3911440 or 15749316. OLE color: 15749316.
HSL color Cylindrical-coordinate representation of color #C450F0: hue angle of 283.5º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C450F0 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 80 | 240 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 283.5º | 0.84% | 0.63% | - |
| HSV(B) | 283.5º | 0.67% | 0.94% | - |
| XYZ | 41.36 | 23.76 | 84.85 | - |
| YUV | 132.92 | 188.43 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 240 | 0.18 | 0.67 | 0 | 0.06 | 283.5 | 0.84 | 0.63 |
| Hex | C4 | 50 | F0 | 12 | 43 | 0 | 6 | 11C | 54 | 3F |
| Octal | 304 | 120 | 360 | 22 | 103 | 0 | 6 | 434 | 124 | 77 |
| Binary | 11000100 | 1010000 | 11110000 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010100 | 111111 |
Color Harmonies of #C450F0
Complementary color
Monochromatic Colors of #C450F0
Black with #C450F0
Text Example
Text Example
White with #C450F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450F0; }
p { color: rgb(196,80,240); }
H1.HeaderClassName
{
color: #C450F0;
}
.AnyTagClassName
{
color: #C450F0;
}
</style>
background-color css
<style>
a { background-color: #C450F0; }
a { background-color: rgb(196,80,240); }
div.DivClassName
{
background-color: #C450F0;
}
.BgClassName
{
background-color: #C450F0;
}
</style>
border-color css
<style>
span { border-color: #C450F0; }
span { border-color: rgb(196,80,240); }
td.TdClassName
{
border-color: #C450F0;
}
.TagClassName
{
border-color: #C450F0;
}
</style>