Shades of Medium Orchid #C251E2
Tints of Medium Orchid #C251E2
RGB
CMYK
RGB Variations
Color information
#C251E2 (or 0xC251E2) is known color: Medium Orchid. HEX triplet: C2, 51 and E2. RGB value is (194,81,226). Sum of RGB (Red+Green+Blue) = 194+81+226=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 81 (32.03% from 255 or 16.17% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #C251E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251E2 is #3DAE1D. Grayscale: #828282. Windows color (decimal): -4042270 or 14832066. OLE color: 14832066.
HSL color Cylindrical-coordinate representation of color #C251E2: hue angle of 286.76º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C251E2 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 81 | 226 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.11 |
| HSL | 286.76º | 0.71% | 0.6% | - |
| HSV(B) | 286.76º | 0.64% | 0.89% | - |
| XYZ | 38.92 | 22.85 | 74.31 | - |
| YUV | 131.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 226 | 0.14 | 0.64 | 0 | 0.11 | 286.76 | 0.71 | 0.6 |
| Hex | C2 | 51 | E2 | E | 40 | 0 | B | 11F | 47 | 3C |
| Octal | 302 | 121 | 342 | 16 | 100 | 0 | 13 | 437 | 107 | 74 |
| Binary | 11000010 | 1010001 | 11100010 | 1110 | 1000000 | 0 | 1011 | 100011111 | 1000111 | 111100 |
Color Harmonies of #C251E2
Complementary color
Monochromatic Colors of #C251E2
Black with #C251E2
Text Example
Text Example
White with #C251E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251E2; }
p { color: rgb(194,81,226); }
H1.HeaderClassName
{
color: #C251E2;
}
.AnyTagClassName
{
color: #C251E2;
}
</style>
background-color css
<style>
a { background-color: #C251E2; }
a { background-color: rgb(194,81,226); }
div.DivClassName
{
background-color: #C251E2;
}
.BgClassName
{
background-color: #C251E2;
}
</style>
border-color css
<style>
span { border-color: #C251E2; }
span { border-color: rgb(194,81,226); }
td.TdClassName
{
border-color: #C251E2;
}
.TagClassName
{
border-color: #C251E2;
}
</style>