Shades of Medium Orchid #C251E1
Tints of Medium Orchid #C251E1
RGB
CMYK
RGB Variations
Color information
#C251E1 (or 0xC251E1) is known color: Medium Orchid. HEX triplet: C2, 51 and E1. RGB value is (194,81,225). Sum of RGB (Red+Green+Blue) = 194+81+225=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 81 (32.03% from 255 or 16.2% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #C251E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251E1 is #3DAE1E. Grayscale: #828282. Windows color (decimal): -4042271 or 14766530. OLE color: 14766530.
HSL color Cylindrical-coordinate representation of color #C251E1: hue angle of 287.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C251E1 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 81 | 225 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.12 |
| HSL | 287.08º | 0.71% | 0.6% | - |
| HSV(B) | 287.08º | 0.64% | 0.88% | - |
| XYZ | 38.78 | 22.79 | 73.59 | - |
| YUV | 131.2 | 180.94 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 225 | 0.14 | 0.64 | 0 | 0.12 | 287.08 | 0.71 | 0.6 |
| Hex | C2 | 51 | E1 | E | 40 | 0 | C | 11F | 47 | 3C |
| Octal | 302 | 121 | 341 | 16 | 100 | 0 | 14 | 437 | 107 | 74 |
| Binary | 11000010 | 1010001 | 11100001 | 1110 | 1000000 | 0 | 1100 | 100011111 | 1000111 | 111100 |
Color Harmonies of #C251E1
Complementary color
Monochromatic Colors of #C251E1
Black with #C251E1
Text Example
Text Example
White with #C251E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251E1; }
p { color: rgb(194,81,225); }
H1.HeaderClassName
{
color: #C251E1;
}
.AnyTagClassName
{
color: #C251E1;
}
</style>
background-color css
<style>
a { background-color: #C251E1; }
a { background-color: rgb(194,81,225); }
div.DivClassName
{
background-color: #C251E1;
}
.BgClassName
{
background-color: #C251E1;
}
</style>
border-color css
<style>
span { border-color: #C251E1; }
span { border-color: rgb(194,81,225); }
td.TdClassName
{
border-color: #C251E1;
}
.TagClassName
{
border-color: #C251E1;
}
</style>