Shades of Medium Orchid #C251E0
Tints of Medium Orchid #C251E0
RGB
CMYK
RGB Variations
Color information
#C251E0 (or 0xC251E0) is known color: Medium Orchid. HEX triplet: C2, 51 and E0. RGB value is (194,81,224). Sum of RGB (Red+Green+Blue) = 194+81+224=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #C251E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C251E0 is #3DAE1F. Grayscale: #828282. Windows color (decimal): -4042272 or 14700994. OLE color: 14700994.
HSL color Cylindrical-coordinate representation of color #C251E0: hue angle of 287.41º degrees, saturation: 0.7, 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 #C251E0 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 81 | 224 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.12 |
| HSL | 287.41º | 0.7% | 0.6% | - |
| HSV(B) | 287.41º | 0.64% | 0.88% | - |
| XYZ | 38.65 | 22.74 | 72.87 | - |
| YUV | 131.09 | 180.44 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 224 | 0.13 | 0.64 | 0 | 0.12 | 287.41 | 0.7 | 0.6 |
| Hex | C2 | 51 | E0 | D | 40 | 0 | C | 11F | 46 | 3C |
| Octal | 302 | 121 | 340 | 15 | 100 | 0 | 14 | 437 | 106 | 74 |
| Binary | 11000010 | 1010001 | 11100000 | 1101 | 1000000 | 0 | 1100 | 100011111 | 1000110 | 111100 |
Color Harmonies of #C251E0
Complementary color
Monochromatic Colors of #C251E0
Black with #C251E0
Text Example
Text Example
White with #C251E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251E0; }
p { color: rgb(194,81,224); }
H1.HeaderClassName
{
color: #C251E0;
}
.AnyTagClassName
{
color: #C251E0;
}
</style>
background-color css
<style>
a { background-color: #C251E0; }
a { background-color: rgb(194,81,224); }
div.DivClassName
{
background-color: #C251E0;
}
.BgClassName
{
background-color: #C251E0;
}
</style>
border-color css
<style>
span { border-color: #C251E0; }
span { border-color: rgb(194,81,224); }
td.TdClassName
{
border-color: #C251E0;
}
.TagClassName
{
border-color: #C251E0;
}
</style>