Shades of Medium Orchid #C05CE6
Tints of Medium Orchid #C05CE6
RGB
CMYK
RGB Variations
Color information
#C05CE6 (or 0xC05CE6) is known color: Medium Orchid. HEX triplet: C0, 5C and E6. RGB value is (192,92,230). Sum of RGB (Red+Green+Blue) = 192+92+230=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 92 (36.33% from 255 or 17.90% from 514); Blue value is 230 (90.23% from 255 or 44.75% from 514); Max value from RGB is 230 - color contains mainly: blue. Hex color #C05CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05CE6 is #3FA319. Grayscale: #898989. Windows color (decimal): -4170522 or 15097024. OLE color: 15097024.
HSL color Cylindrical-coordinate representation of color #C05CE6: hue angle of 283.48º 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 #C05CE6 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 92 | 230 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.10 |
| HSL | 283.48º | 0.73% | 0.63% | - |
| HSV(B) | 283.48º | 0.6% | 0.9% | - |
| XYZ | 39.85 | 24.57 | 77.51 | - |
| YUV | 137.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 92 | 230 | 0.17 | 0.60 | 0 | 0.10 | 283.48 | 0.73 | 0.63 |
| Hex | C0 | 5C | E6 | 11 | 3C | 0 | A | 11B | 49 | 3F |
| Octal | 300 | 134 | 346 | 21 | 74 | 0 | 12 | 433 | 111 | 77 |
| Binary | 11000000 | 1011100 | 11100110 | 10001 | 111100 | 0 | 1010 | 100011011 | 1001001 | 111111 |
Color Harmonies of #C05CE6
Complementary color
Monochromatic Colors of #C05CE6
Black with #C05CE6
Text Example
Text Example
White with #C05CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05CE6; }
p { color: rgb(192,92,230); }
H1.HeaderClassName
{
color: #C05CE6;
}
.AnyTagClassName
{
color: #C05CE6;
}
</style>
background-color css
<style>
a { background-color: #C05CE6; }
a { background-color: rgb(192,92,230); }
div.DivClassName
{
background-color: #C05CE6;
}
.BgClassName
{
background-color: #C05CE6;
}
</style>
border-color css
<style>
span { border-color: #C05CE6; }
span { border-color: rgb(192,92,230); }
td.TdClassName
{
border-color: #C05CE6;
}
.TagClassName
{
border-color: #C05CE6;
}
</style>