Shades of Medium Orchid #C554ED
Tints of Medium Orchid #C554ED
RGB
CMYK
RGB Variations
Color information
#C554ED (or 0xC554ED) is known color: Medium Orchid. HEX triplet: C5, 54 and ED. RGB value is (197,84,237). Sum of RGB (Red+Green+Blue) = 197+84+237=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 84 (33.20% from 255 or 16.22% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #C554ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554ED is #3AAB12. Grayscale: #868686. Windows color (decimal): -3844883 or 15553733. OLE color: 15553733.
HSL color Cylindrical-coordinate representation of color #C554ED: hue angle of 284.31º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C554ED is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 84 | 237 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.07 |
| HSL | 284.31º | 0.81% | 0.63% | - |
| HSV(B) | 284.31º | 0.65% | 0.93% | - |
| XYZ | 41.48 | 24.33 | 82.63 | - |
| YUV | 135.23 | 185.44 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 237 | 0.17 | 0.65 | 0 | 0.07 | 284.31 | 0.81 | 0.63 |
| Hex | C5 | 54 | ED | 11 | 41 | 0 | 7 | 11C | 51 | 3F |
| Octal | 305 | 124 | 355 | 21 | 101 | 0 | 7 | 434 | 121 | 77 |
| Binary | 11000101 | 1010100 | 11101101 | 10001 | 1000001 | 0 | 111 | 100011100 | 1010001 | 111111 |
Color Harmonies of #C554ED
Complementary color
Monochromatic Colors of #C554ED
Black with #C554ED
Text Example
Text Example
White with #C554ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554ED; }
p { color: rgb(197,84,237); }
H1.HeaderClassName
{
color: #C554ED;
}
.AnyTagClassName
{
color: #C554ED;
}
</style>
background-color css
<style>
a { background-color: #C554ED; }
a { background-color: rgb(197,84,237); }
div.DivClassName
{
background-color: #C554ED;
}
.BgClassName
{
background-color: #C554ED;
}
</style>
border-color css
<style>
span { border-color: #C554ED; }
span { border-color: rgb(197,84,237); }
td.TdClassName
{
border-color: #C554ED;
}
.TagClassName
{
border-color: #C554ED;
}
</style>