Shades of Medium Orchid #C151ED
Tints of Medium Orchid #C151ED
RGB
CMYK
RGB Variations
Color information
#C151ED (or 0xC151ED) is known color: Medium Orchid. HEX triplet: C1, 51 and ED. RGB value is (193,81,237). Sum of RGB (Red+Green+Blue) = 193+81+237=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #C151ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C151ED is #3EAE12. Grayscale: #838383. Windows color (decimal): -4107795 or 15552961. OLE color: 15552961.
HSL color Cylindrical-coordinate representation of color #C151ED: hue angle of 283.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C151ED is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 81 | 237 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.07 |
| HSL | 283.08º | 0.81% | 0.62% | - |
| HSV(B) | 283.08º | 0.66% | 0.93% | - |
| XYZ | 40.22 | 23.34 | 82.51 | - |
| YUV | 132.27 | 187.11 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 237 | 0.19 | 0.66 | 0 | 0.07 | 283.08 | 0.81 | 0.62 |
| Hex | C1 | 51 | ED | 13 | 42 | 0 | 7 | 11B | 51 | 3E |
| Octal | 301 | 121 | 355 | 23 | 102 | 0 | 7 | 433 | 121 | 76 |
| Binary | 11000001 | 1010001 | 11101101 | 10011 | 1000010 | 0 | 111 | 100011011 | 1010001 | 111110 |
Color Harmonies of #C151ED
Complementary color
Monochromatic Colors of #C151ED
Black with #C151ED
Text Example
Text Example
White with #C151ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C151ED; }
p { color: rgb(193,81,237); }
H1.HeaderClassName
{
color: #C151ED;
}
.AnyTagClassName
{
color: #C151ED;
}
</style>
background-color css
<style>
a { background-color: #C151ED; }
a { background-color: rgb(193,81,237); }
div.DivClassName
{
background-color: #C151ED;
}
.BgClassName
{
background-color: #C151ED;
}
</style>
border-color css
<style>
span { border-color: #C151ED; }
span { border-color: rgb(193,81,237); }
td.TdClassName
{
border-color: #C151ED;
}
.TagClassName
{
border-color: #C151ED;
}
</style>