Shades of Medium Orchid #C05EEF
Tints of Medium Orchid #C05EEF
RGB
CMYK
RGB Variations
Color information
#C05EEF (or 0xC05EEF) is known color: Medium Orchid. HEX triplet: C0, 5E and EF. RGB value is (192,94,239). Sum of RGB (Red+Green+Blue) = 192+94+239=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C05EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05EEF is #3FA110. Grayscale: #8B8B8B. Windows color (decimal): -4170001 or 15687360. OLE color: 15687360.
HSL color Cylindrical-coordinate representation of color #C05EEF: hue angle of 280.55º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C05EEF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 94 | 239 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.06 |
| HSL | 280.55º | 0.82% | 0.65% | - |
| HSV(B) | 280.55º | 0.61% | 0.94% | - |
| XYZ | 41.32 | 25.44 | 84.39 | - |
| YUV | 139.83 | 183.97 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 94 | 239 | 0.20 | 0.61 | 0 | 0.06 | 280.55 | 0.82 | 0.65 |
| Hex | C0 | 5E | EF | 14 | 3D | 0 | 6 | 119 | 52 | 41 |
| Octal | 300 | 136 | 357 | 24 | 75 | 0 | 6 | 431 | 122 | 101 |
| Binary | 11000000 | 1011110 | 11101111 | 10100 | 111101 | 0 | 110 | 100011001 | 1010010 | 1000001 |
Color Harmonies of #C05EEF
Complementary color
Monochromatic Colors of #C05EEF
Black with #C05EEF
Text Example
Text Example
White with #C05EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05EEF; }
p { color: rgb(192,94,239); }
H1.HeaderClassName
{
color: #C05EEF;
}
.AnyTagClassName
{
color: #C05EEF;
}
</style>
background-color css
<style>
a { background-color: #C05EEF; }
a { background-color: rgb(192,94,239); }
div.DivClassName
{
background-color: #C05EEF;
}
.BgClassName
{
background-color: #C05EEF;
}
</style>
border-color css
<style>
span { border-color: #C05EEF; }
span { border-color: rgb(192,94,239); }
td.TdClassName
{
border-color: #C05EEF;
}
.TagClassName
{
border-color: #C05EEF;
}
</style>