Shades of Medium Orchid #C05DE6
Tints of Medium Orchid #C05DE6
RGB
CMYK
RGB Variations
Color information
#C05DE6 (or 0xC05DE6) is known color: Medium Orchid. HEX triplet: C0, 5D and E6. RGB value is (192,93,230). Sum of RGB (Red+Green+Blue) = 192+93+230=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 93 (36.72% from 255 or 18.06% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #C05DE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05DE6 is #3FA219. Grayscale: #898989. Windows color (decimal): -4170266 or 15097280. OLE color: 15097280.
HSL color Cylindrical-coordinate representation of color #C05DE6: hue angle of 283.36º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05DE6 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 93 | 230 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.10 |
| HSL | 283.36º | 0.73% | 0.63% | - |
| HSV(B) | 283.36º | 0.6% | 0.9% | - |
| XYZ | 39.94 | 24.75 | 77.53 | - |
| YUV | 138.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 93 | 230 | 0.17 | 0.60 | 0 | 0.10 | 283.36 | 0.73 | 0.63 |
| Hex | C0 | 5D | E6 | 11 | 3C | 0 | A | 11B | 49 | 3F |
| Octal | 300 | 135 | 346 | 21 | 74 | 0 | 12 | 433 | 111 | 77 |
| Binary | 11000000 | 1011101 | 11100110 | 10001 | 111100 | 0 | 1010 | 100011011 | 1001001 | 111111 |
Color Harmonies of #C05DE6
Complementary color
Monochromatic Colors of #C05DE6
Black with #C05DE6
Text Example
Text Example
White with #C05DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05DE6; }
p { color: rgb(192,93,230); }
H1.HeaderClassName
{
color: #C05DE6;
}
.AnyTagClassName
{
color: #C05DE6;
}
</style>
background-color css
<style>
a { background-color: #C05DE6; }
a { background-color: rgb(192,93,230); }
div.DivClassName
{
background-color: #C05DE6;
}
.BgClassName
{
background-color: #C05DE6;
}
</style>
border-color css
<style>
span { border-color: #C05DE6; }
span { border-color: rgb(192,93,230); }
td.TdClassName
{
border-color: #C05DE6;
}
.TagClassName
{
border-color: #C05DE6;
}
</style>