Shades of Medium Orchid #C251EF
Tints of Medium Orchid #C251EF
RGB
CMYK
RGB Variations
Color information
#C251EF (or 0xC251EF) is known color: Medium Orchid. HEX triplet: C2, 51 and EF. RGB value is (194,81,239). Sum of RGB (Red+Green+Blue) = 194+81+239=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 81 (32.03% from 255 or 15.76% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #C251EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251EF is #3DAE10. Grayscale: #848484. Windows color (decimal): -4042257 or 15684034. OLE color: 15684034.
HSL color Cylindrical-coordinate representation of color #C251EF: hue angle of 282.91º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251EF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 81 | 239 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.06 |
| HSL | 282.91º | 0.83% | 0.63% | - |
| HSV(B) | 282.91º | 0.66% | 0.94% | - |
| XYZ | 40.77 | 23.59 | 84.07 | - |
| YUV | 132.8 | 187.94 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 239 | 0.19 | 0.66 | 0 | 0.06 | 282.91 | 0.83 | 0.63 |
| Hex | C2 | 51 | EF | 13 | 42 | 0 | 6 | 11B | 53 | 3F |
| Octal | 302 | 121 | 357 | 23 | 102 | 0 | 6 | 433 | 123 | 77 |
| Binary | 11000010 | 1010001 | 11101111 | 10011 | 1000010 | 0 | 110 | 100011011 | 1010011 | 111111 |
Color Harmonies of #C251EF
Complementary color
Monochromatic Colors of #C251EF
Black with #C251EF
Text Example
Text Example
White with #C251EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251EF; }
p { color: rgb(194,81,239); }
H1.HeaderClassName
{
color: #C251EF;
}
.AnyTagClassName
{
color: #C251EF;
}
</style>
background-color css
<style>
a { background-color: #C251EF; }
a { background-color: rgb(194,81,239); }
div.DivClassName
{
background-color: #C251EF;
}
.BgClassName
{
background-color: #C251EF;
}
</style>
border-color css
<style>
span { border-color: #C251EF; }
span { border-color: rgb(194,81,239); }
td.TdClassName
{
border-color: #C251EF;
}
.TagClassName
{
border-color: #C251EF;
}
</style>