Shades of Medium Orchid #C450EF
Tints of Medium Orchid #C450EF
RGB
CMYK
RGB Variations
Color information
#C450EF (or 0xC450EF) is known color: Medium Orchid. HEX triplet: C4, 50 and EF. RGB value is (196,80,239). Sum of RGB (Red+Green+Blue) = 196+80+239=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 80 (31.64% from 255 or 15.53% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #C450EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450EF is #3BAF10. Grayscale: #848484. Windows color (decimal): -3911441 or 15683780. OLE color: 15683780.
HSL color Cylindrical-coordinate representation of color #C450EF: hue angle of 283.77º degrees, saturation: 0.83, 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 #C450EF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 80 | 239 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 283.77º | 0.83% | 0.63% | - |
| HSV(B) | 283.77º | 0.67% | 0.94% | - |
| XYZ | 41.21 | 23.71 | 84.06 | - |
| YUV | 132.81 | 187.93 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 239 | 0.18 | 0.67 | 0 | 0.06 | 283.77 | 0.83 | 0.63 |
| Hex | C4 | 50 | EF | 12 | 43 | 0 | 6 | 11C | 53 | 3F |
| Octal | 304 | 120 | 357 | 22 | 103 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000100 | 1010000 | 11101111 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C450EF
Complementary color
Monochromatic Colors of #C450EF
Black with #C450EF
Text Example
Text Example
White with #C450EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450EF; }
p { color: rgb(196,80,239); }
H1.HeaderClassName
{
color: #C450EF;
}
.AnyTagClassName
{
color: #C450EF;
}
</style>
background-color css
<style>
a { background-color: #C450EF; }
a { background-color: rgb(196,80,239); }
div.DivClassName
{
background-color: #C450EF;
}
.BgClassName
{
background-color: #C450EF;
}
</style>
border-color css
<style>
span { border-color: #C450EF; }
span { border-color: rgb(196,80,239); }
td.TdClassName
{
border-color: #C450EF;
}
.TagClassName
{
border-color: #C450EF;
}
</style>