Shades of Medium Orchid #C05FED
Tints of Medium Orchid #C05FED
RGB
CMYK
RGB Variations
Color information
#C05FED (or 0xC05FED) is known color: Medium Orchid. HEX triplet: C0, 5F and ED. RGB value is (192,95,237). Sum of RGB (Red+Green+Blue) = 192+95+237=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 95 (37.5% from 255 or 18.13% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #C05FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FED is #3FA012. Grayscale: #8B8B8B. Windows color (decimal): -4169747 or 15556544. OLE color: 15556544.
HSL color Cylindrical-coordinate representation of color #C05FED: hue angle of 280.99º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05FED is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 95 | 237 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.07 |
| HSL | 280.99º | 0.8% | 0.65% | - |
| HSV(B) | 280.99º | 0.6% | 0.93% | - |
| XYZ | 41.12 | 25.51 | 82.88 | - |
| YUV | 140.19 | 182.64 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 95 | 237 | 0.19 | 0.60 | 0 | 0.07 | 280.99 | 0.8 | 0.65 |
| Hex | C0 | 5F | ED | 13 | 3C | 0 | 7 | 119 | 50 | 41 |
| Octal | 300 | 137 | 355 | 23 | 74 | 0 | 7 | 431 | 120 | 101 |
| Binary | 11000000 | 1011111 | 11101101 | 10011 | 111100 | 0 | 111 | 100011001 | 1010000 | 1000001 |
Color Harmonies of #C05FED
Complementary color
Monochromatic Colors of #C05FED
Black with #C05FED
Text Example
Text Example
White with #C05FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05FED; }
p { color: rgb(192,95,237); }
H1.HeaderClassName
{
color: #C05FED;
}
.AnyTagClassName
{
color: #C05FED;
}
</style>
background-color css
<style>
a { background-color: #C05FED; }
a { background-color: rgb(192,95,237); }
div.DivClassName
{
background-color: #C05FED;
}
.BgClassName
{
background-color: #C05FED;
}
</style>
border-color css
<style>
span { border-color: #C05FED; }
span { border-color: rgb(192,95,237); }
td.TdClassName
{
border-color: #C05FED;
}
.TagClassName
{
border-color: #C05FED;
}
</style>