Shades of Medium Orchid #C450ED
Tints of Medium Orchid #C450ED
RGB
CMYK
RGB Variations
Color information
#C450ED (or 0xC450ED) is known color: Medium Orchid. HEX triplet: C4, 50 and ED. RGB value is (196,80,237). Sum of RGB (Red+Green+Blue) = 196+80+237=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 80 (31.64% from 255 or 15.59% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #C450ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C450ED is #3BAF12. Grayscale: #848484. Windows color (decimal): -3911443 or 15552708. OLE color: 15552708.
HSL color Cylindrical-coordinate representation of color #C450ED: hue angle of 284.33º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C450ED is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 80 | 237 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.33º | 0.81% | 0.62% | - |
| HSV(B) | 284.33º | 0.66% | 0.93% | - |
| XYZ | 40.92 | 23.59 | 82.52 | - |
| YUV | 132.58 | 186.93 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 80 | 237 | 0.17 | 0.66 | 0 | 0.07 | 284.33 | 0.81 | 0.62 |
| Hex | C4 | 50 | ED | 11 | 42 | 0 | 7 | 11C | 51 | 3E |
| Octal | 304 | 120 | 355 | 21 | 102 | 0 | 7 | 434 | 121 | 76 |
| Binary | 11000100 | 1010000 | 11101101 | 10001 | 1000010 | 0 | 111 | 100011100 | 1010001 | 111110 |
Color Harmonies of #C450ED
Complementary color
Monochromatic Colors of #C450ED
Black with #C450ED
Text Example
Text Example
White with #C450ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C450ED; }
p { color: rgb(196,80,237); }
H1.HeaderClassName
{
color: #C450ED;
}
.AnyTagClassName
{
color: #C450ED;
}
</style>
background-color css
<style>
a { background-color: #C450ED; }
a { background-color: rgb(196,80,237); }
div.DivClassName
{
background-color: #C450ED;
}
.BgClassName
{
background-color: #C450ED;
}
</style>
border-color css
<style>
span { border-color: #C450ED; }
span { border-color: rgb(196,80,237); }
td.TdClassName
{
border-color: #C450ED;
}
.TagClassName
{
border-color: #C450ED;
}
</style>