Shades of Medium Orchid #C05FE9
Tints of Medium Orchid #C05FE9
RGB
CMYK
RGB Variations
Color information
#C05FE9 (or 0xC05FE9) is known color: Medium Orchid. HEX triplet: C0, 5F and E9. RGB value is (192,95,233). Sum of RGB (Red+Green+Blue) = 192+95+233=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 233 (91.41% from 255 or 44.81% from 520); Max value from RGB is 233 - color contains mainly: blue. Hex color #C05FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FE9 is #3FA016. Grayscale: #8B8B8B. Windows color (decimal): -4169751 or 15294400. OLE color: 15294400.
HSL color Cylindrical-coordinate representation of color #C05FE9: hue angle of 282.17º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05FE9 is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 95 | 233 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.09 |
| HSL | 282.17º | 0.76% | 0.64% | - |
| HSV(B) | 282.17º | 0.59% | 0.91% | - |
| XYZ | 40.54 | 25.27 | 79.83 | - |
| YUV | 139.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 233 | 0.18 | 0.59 | 0 | 0.09 | 282.17 | 0.76 | 0.64 |
| Hex | C0 | 5F | E9 | 12 | 3B | 0 | 9 | 11A | 4C | 40 |
| Octal | 300 | 137 | 351 | 22 | 73 | 0 | 11 | 432 | 114 | 100 |
| Binary | 11000000 | 1011111 | 11101001 | 10010 | 111011 | 0 | 1001 | 100011010 | 1001100 | 1000000 |
Color Harmonies of #C05FE9
Complementary color
Monochromatic Colors of #C05FE9
Black with #C05FE9
Text Example
Text Example
White with #C05FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FE9; }
p { color: rgb(192,95,233); }
H1.HeaderClassName
{
color: #C05FE9;
}
.AnyTagClassName
{
color: #C05FE9;
}
</style>
background-color css
<style>
a { background-color: #C05FE9; }
a { background-color: rgb(192,95,233); }
div.DivClassName
{
background-color: #C05FE9;
}
.BgClassName
{
background-color: #C05FE9;
}
</style>
border-color css
<style>
span { border-color: #C05FE9; }
span { border-color: rgb(192,95,233); }
td.TdClassName
{
border-color: #C05FE9;
}
.TagClassName
{
border-color: #C05FE9;
}
</style>