Shades of Medium Orchid #C251ED
Tints of Medium Orchid #C251ED
RGB
CMYK
RGB Variations
Color information
#C251ED (or 0xC251ED) is known color: Medium Orchid. HEX triplet: C2, 51 and ED. RGB value is (194,81,237). Sum of RGB (Red+Green+Blue) = 194+81+237=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C251ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C251ED is #3DAE12. Grayscale: #848484. Windows color (decimal): -4042259 or 15552962. OLE color: 15552962.
HSL color Cylindrical-coordinate representation of color #C251ED: hue angle of 283.46º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C251ED is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 81 | 237 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.07 |
| HSL | 283.46º | 0.81% | 0.62% | - |
| HSV(B) | 283.46º | 0.66% | 0.93% | - |
| XYZ | 40.48 | 23.47 | 82.52 | - |
| YUV | 132.57 | 186.94 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 237 | 0.18 | 0.66 | 0 | 0.07 | 283.46 | 0.81 | 0.62 |
| Hex | C2 | 51 | ED | 12 | 42 | 0 | 7 | 11B | 51 | 3E |
| Octal | 302 | 121 | 355 | 22 | 102 | 0 | 7 | 433 | 121 | 76 |
| Binary | 11000010 | 1010001 | 11101101 | 10010 | 1000010 | 0 | 111 | 100011011 | 1010001 | 111110 |
Color Harmonies of #C251ED
Complementary color
Monochromatic Colors of #C251ED
Black with #C251ED
Text Example
Text Example
White with #C251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C251ED; }
p { color: rgb(194,81,237); }
H1.HeaderClassName
{
color: #C251ED;
}
.AnyTagClassName
{
color: #C251ED;
}
</style>
background-color css
<style>
a { background-color: #C251ED; }
a { background-color: rgb(194,81,237); }
div.DivClassName
{
background-color: #C251ED;
}
.BgClassName
{
background-color: #C251ED;
}
</style>
border-color css
<style>
span { border-color: #C251ED; }
span { border-color: rgb(194,81,237); }
td.TdClassName
{
border-color: #C251ED;
}
.TagClassName
{
border-color: #C251ED;
}
</style>