Shades of Medium Orchid #C54EED
Tints of Medium Orchid #C54EED
RGB
CMYK
RGB Variations
Color information
#C54EED (or 0xC54EED) is known color: Medium Orchid. HEX triplet: C5, 4E and ED. RGB value is (197,78,237). Sum of RGB (Red+Green+Blue) = 197+78+237=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 78 (30.86% from 255 or 15.23% 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 #C54EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EED is #3AB112. Grayscale: #838383. Windows color (decimal): -3846419 or 15552197. OLE color: 15552197.
HSL color Cylindrical-coordinate representation of color #C54EED: hue angle of 284.91º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54EED is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 78 | 237 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.07 |
| HSL | 284.91º | 0.82% | 0.62% | - |
| HSV(B) | 284.91º | 0.67% | 0.93% | - |
| XYZ | 41.04 | 23.43 | 82.48 | - |
| YUV | 131.71 | 187.42 | 174.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 237 | 0.17 | 0.67 | 0 | 0.07 | 284.91 | 0.82 | 0.62 |
| Hex | C5 | 4E | ED | 11 | 43 | 0 | 7 | 11D | 52 | 3E |
| Octal | 305 | 116 | 355 | 21 | 103 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000101 | 1001110 | 11101101 | 10001 | 1000011 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C54EED
Complementary color
Monochromatic Colors of #C54EED
Black with #C54EED
Text Example
Text Example
White with #C54EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EED; }
p { color: rgb(197,78,237); }
H1.HeaderClassName
{
color: #C54EED;
}
.AnyTagClassName
{
color: #C54EED;
}
</style>
background-color css
<style>
a { background-color: #C54EED; }
a { background-color: rgb(197,78,237); }
div.DivClassName
{
background-color: #C54EED;
}
.BgClassName
{
background-color: #C54EED;
}
</style>
border-color css
<style>
span { border-color: #C54EED; }
span { border-color: rgb(197,78,237); }
td.TdClassName
{
border-color: #C54EED;
}
.TagClassName
{
border-color: #C54EED;
}
</style>