Shades of Medium Orchid #C05FE4
Tints of Medium Orchid #C05FE4
RGB
CMYK
RGB Variations
Color information
#C05FE4 (or 0xC05FE4) is known color: Medium Orchid. HEX triplet: C0, 5F and E4. RGB value is (192,95,228). Sum of RGB (Red+Green+Blue) = 192+95+228=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #C05FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FE4 is #3FA01B. Grayscale: #8A8A8A. Windows color (decimal): -4169756 or 14966720. OLE color: 14966720.
HSL color Cylindrical-coordinate representation of color #C05FE4: hue angle of 283.76º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05FE4 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 95 | 228 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.11 |
| HSL | 283.76º | 0.71% | 0.63% | - |
| HSV(B) | 283.76º | 0.58% | 0.89% | - |
| XYZ | 39.83 | 24.99 | 76.12 | - |
| YUV | 139.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 228 | 0.16 | 0.58 | 0 | 0.11 | 283.76 | 0.71 | 0.63 |
| Hex | C0 | 5F | E4 | 10 | 3A | 0 | B | 11C | 47 | 3F |
| Octal | 300 | 137 | 344 | 20 | 72 | 0 | 13 | 434 | 107 | 77 |
| Binary | 11000000 | 1011111 | 11100100 | 10000 | 111010 | 0 | 1011 | 100011100 | 1000111 | 111111 |
Color Harmonies of #C05FE4
Complementary color
Monochromatic Colors of #C05FE4
Black with #C05FE4
Text Example
Text Example
White with #C05FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FE4; }
p { color: rgb(192,95,228); }
H1.HeaderClassName
{
color: #C05FE4;
}
.AnyTagClassName
{
color: #C05FE4;
}
</style>
background-color css
<style>
a { background-color: #C05FE4; }
a { background-color: rgb(192,95,228); }
div.DivClassName
{
background-color: #C05FE4;
}
.BgClassName
{
background-color: #C05FE4;
}
</style>
border-color css
<style>
span { border-color: #C05FE4; }
span { border-color: rgb(192,95,228); }
td.TdClassName
{
border-color: #C05FE4;
}
.TagClassName
{
border-color: #C05FE4;
}
</style>