Shades of Medium Orchid #C251EE
Tints of Medium Orchid #C251EE
RGB
CMYK
RGB Variations
Color information
#C251EE (or 0xC251EE) is known color: Medium Orchid. HEX triplet: C2, 51 and EE. RGB value is (194,81,238). Sum of RGB (Red+Green+Blue) = 194+81+238=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 81 (32.03% from 255 or 15.79% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 238 - color contains mainly: blue. Hex color #C251EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251EE is #3DAE11. Grayscale: #848484. Windows color (decimal): -4042258 or 15618498. OLE color: 15618498.
HSL color Cylindrical-coordinate representation of color #C251EE: hue angle of 283.18º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251EE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 81 | 238 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.07 |
| HSL | 283.18º | 0.82% | 0.63% | - |
| HSV(B) | 283.18º | 0.66% | 0.93% | - |
| XYZ | 40.62 | 23.53 | 83.29 | - |
| YUV | 132.69 | 187.44 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 238 | 0.18 | 0.66 | 0 | 0.07 | 283.18 | 0.82 | 0.63 |
| Hex | C2 | 51 | EE | 12 | 42 | 0 | 7 | 11B | 52 | 3F |
| Octal | 302 | 121 | 356 | 22 | 102 | 0 | 7 | 433 | 122 | 77 |
| Binary | 11000010 | 1010001 | 11101110 | 10010 | 1000010 | 0 | 111 | 100011011 | 1010010 | 111111 |
Color Harmonies of #C251EE
Complementary color
Monochromatic Colors of #C251EE
Black with #C251EE
Text Example
Text Example
White with #C251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251EE; }
p { color: rgb(194,81,238); }
H1.HeaderClassName
{
color: #C251EE;
}
.AnyTagClassName
{
color: #C251EE;
}
</style>
background-color css
<style>
a { background-color: #C251EE; }
a { background-color: rgb(194,81,238); }
div.DivClassName
{
background-color: #C251EE;
}
.BgClassName
{
background-color: #C251EE;
}
</style>
border-color css
<style>
span { border-color: #C251EE; }
span { border-color: rgb(194,81,238); }
td.TdClassName
{
border-color: #C251EE;
}
.TagClassName
{
border-color: #C251EE;
}
</style>