Shades of Medium Orchid #C551ED
Tints of Medium Orchid #C551ED
RGB
CMYK
RGB Variations
Color information
#C551ED (or 0xC551ED) is known color: Medium Orchid. HEX triplet: C5, 51 and ED. RGB value is (197,81,237). Sum of RGB (Red+Green+Blue) = 197+81+237=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 81 (32.03% from 255 or 15.73% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #C551ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C551ED is #3AAE12. Grayscale: #848484. Windows color (decimal): -3845651 or 15552965. OLE color: 15552965.
HSL color Cylindrical-coordinate representation of color #C551ED: hue angle of 284.62º 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 #C551ED is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 81 | 237 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.62º | 0.81% | 0.62% | - |
| HSV(B) | 284.62º | 0.66% | 0.93% | - |
| XYZ | 41.25 | 23.87 | 82.55 | - |
| YUV | 133.47 | 186.43 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 237 | 0.17 | 0.66 | 0 | 0.07 | 284.62 | 0.81 | 0.62 |
| Hex | C5 | 51 | ED | 11 | 42 | 0 | 7 | 11D | 51 | 3E |
| Octal | 305 | 121 | 355 | 21 | 102 | 0 | 7 | 435 | 121 | 76 |
| Binary | 11000101 | 1010001 | 11101101 | 10001 | 1000010 | 0 | 111 | 100011101 | 1010001 | 111110 |
Color Harmonies of #C551ED
Complementary color
Monochromatic Colors of #C551ED
Black with #C551ED
Text Example
Text Example
White with #C551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C551ED; }
p { color: rgb(197,81,237); }
H1.HeaderClassName
{
color: #C551ED;
}
.AnyTagClassName
{
color: #C551ED;
}
</style>
background-color css
<style>
a { background-color: #C551ED; }
a { background-color: rgb(197,81,237); }
div.DivClassName
{
background-color: #C551ED;
}
.BgClassName
{
background-color: #C551ED;
}
</style>
border-color css
<style>
span { border-color: #C551ED; }
span { border-color: rgb(197,81,237); }
td.TdClassName
{
border-color: #C551ED;
}
.TagClassName
{
border-color: #C551ED;
}
</style>