Shades of Medium Orchid #C54EDA
Tints of Medium Orchid #C54EDA
RGB
CMYK
RGB Variations
Color information
#C54EDA (or 0xC54EDA) is known color: Medium Orchid. HEX triplet: C5, 4E and DA. RGB value is (197,78,218). Sum of RGB (Red+Green+Blue) = 197+78+218=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #C54EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EDA is #3AB125. Grayscale: #818181. Windows color (decimal): -3846438 or 14307013. OLE color: 14307013.
HSL color Cylindrical-coordinate representation of color #C54EDA: hue angle of 291º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54EDA is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 197 | 78 | 218 | - |
CMYK | 0.10 | 0.64 | 0 | 0.15 |
HSL | 291º | 0.65% | 0.58% | - |
HSV(B) | 291º | 0.64% | 0.85% | - |
XYZ | 38.41 | 22.38 | 68.63 | - |
YUV | 129.54 | 177.92 | 176.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 78 | 218 | 0.10 | 0.64 | 0 | 0.15 | 291 | 0.65 | 0.58 |
Hex | C5 | 4E | DA | A | 40 | 0 | F | 123 | 41 | 3A |
Octal | 305 | 116 | 332 | 12 | 100 | 0 | 17 | 443 | 101 | 72 |
Binary | 11000101 | 1001110 | 11011010 | 1010 | 1000000 | 0 | 1111 | 100100011 | 1000001 | 111010 |
Color Harmonies of #C54EDA
Complementary color
Monochromatic Colors of #C54EDA
Black with #C54EDA
Text Example
Text Example
White with #C54EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EDA; }
p { color: rgb(197,78,218); }
H1.HeaderClassName
{
color: #C54EDA;
}
.AnyTagClassName
{
color: #C54EDA;
}
</style>
background-color css
<style>
a { background-color: #C54EDA; }
a { background-color: rgb(197,78,218); }
div.DivClassName
{
background-color: #C54EDA;
}
.BgClassName
{
background-color: #C54EDA;
}
</style>
border-color css
<style>
span { border-color: #C54EDA; }
span { border-color: rgb(197,78,218); }
td.TdClassName
{
border-color: #C54EDA;
}
.TagClassName
{
border-color: #C54EDA;
}
</style>