Shades of Medium Orchid #C251EB
Tints of Medium Orchid #C251EB
RGB
CMYK
RGB Variations
Color information
#C251EB (or 0xC251EB) is known color: Medium Orchid. HEX triplet: C2, 51 and EB. RGB value is (194,81,235). Sum of RGB (Red+Green+Blue) = 194+81+235=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #C251EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251EB is #3DAE14. Grayscale: #838383. Windows color (decimal): -4042261 or 15421890. OLE color: 15421890.
HSL color Cylindrical-coordinate representation of color #C251EB: hue angle of 284.03º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251EB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 81 | 235 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.08 |
| HSL | 284.03º | 0.79% | 0.62% | - |
| HSV(B) | 284.03º | 0.66% | 0.92% | - |
| XYZ | 40.19 | 23.35 | 80.99 | - |
| YUV | 132.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 235 | 0.17 | 0.66 | 0 | 0.08 | 284.03 | 0.79 | 0.62 |
| Hex | C2 | 51 | EB | 11 | 42 | 0 | 8 | 11C | 4F | 3E |
| Octal | 302 | 121 | 353 | 21 | 102 | 0 | 10 | 434 | 117 | 76 |
| Binary | 11000010 | 1010001 | 11101011 | 10001 | 1000010 | 0 | 1000 | 100011100 | 1001111 | 111110 |
Color Harmonies of #C251EB
Complementary color
Monochromatic Colors of #C251EB
Black with #C251EB
Text Example
Text Example
White with #C251EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251EB; }
p { color: rgb(194,81,235); }
H1.HeaderClassName
{
color: #C251EB;
}
.AnyTagClassName
{
color: #C251EB;
}
</style>
background-color css
<style>
a { background-color: #C251EB; }
a { background-color: rgb(194,81,235); }
div.DivClassName
{
background-color: #C251EB;
}
.BgClassName
{
background-color: #C251EB;
}
</style>
border-color css
<style>
span { border-color: #C251EB; }
span { border-color: rgb(194,81,235); }
td.TdClassName
{
border-color: #C251EB;
}
.TagClassName
{
border-color: #C251EB;
}
</style>