Shades of Medium Orchid #C450F5
Tints of Medium Orchid #C450F5
RGB
CMYK
RGB Variations
Color information
#C450F5 (or 0xC450F5) is known color: Medium Orchid. HEX triplet: C4, 50 and F5. RGB value is (196,80,245). Sum of RGB (Red+Green+Blue) = 196+80+245=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 80 (31.64% from 255 or 15.36% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #C450F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450F5 is #3BAF0A. Grayscale: #848484. Windows color (decimal): -3911435 or 16076996. OLE color: 16076996.
HSL color Cylindrical-coordinate representation of color #C450F5: hue angle of 282.18º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C450F5 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 196 | 80 | 245 | - |
| CMYK | 0.2 | 0.67 | 0 | 0.04 |
| HSL | 282.18º | 0.89% | 0.64% | - |
| HSV(B) | 282.18º | 0.67% | 0.96% | - |
| XYZ | 42.12 | 24.07 | 88.81 | - |
| YUV | 133.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 245 | 0.2 | 0.67 | 0 | 0.04 | 282.18 | 0.89 | 0.64 |
| Hex | C4 | 50 | F5 | 14 | 43 | 0 | 4 | 11A | 59 | 40 |
| Octal | 304 | 120 | 365 | 24 | 103 | 0 | 4 | 432 | 131 | 100 |
| Binary | 11000100 | 1010000 | 11110101 | 10100 | 1000011 | 0 | 100 | 100011010 | 1011001 | 1000000 |
Color Harmonies of #C450F5
Complementary color
Monochromatic Colors of #C450F5
Black with #C450F5
Text Example
Text Example
White with #C450F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450F5; }
p { color: rgb(196,80,245); }
H1.HeaderClassName
{
color: #C450F5;
}
.AnyTagClassName
{
color: #C450F5;
}
</style>
background-color css
<style>
a { background-color: #C450F5; }
a { background-color: rgb(196,80,245); }
div.DivClassName
{
background-color: #C450F5;
}
.BgClassName
{
background-color: #C450F5;
}
</style>
border-color css
<style>
span { border-color: #C450F5; }
span { border-color: rgb(196,80,245); }
td.TdClassName
{
border-color: #C450F5;
}
.TagClassName
{
border-color: #C450F5;
}
</style>