Shades of Medium Orchid #C54EEF
Tints of Medium Orchid #C54EEF
RGB
CMYK
RGB Variations
Color information
#C54EEF (or 0xC54EEF) is known color: Medium Orchid. HEX triplet: C5, 4E and EF. RGB value is (197,78,239). Sum of RGB (Red+Green+Blue) = 197+78+239=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 78 (30.86% from 255 or 15.18% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #C54EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C54EEF is #3AB110. Grayscale: #838383. Windows color (decimal): -3846417 or 15683269. OLE color: 15683269.
HSL color Cylindrical-coordinate representation of color #C54EEF: hue angle of 284.35º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54EEF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 78 | 239 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.06 |
| HSL | 284.35º | 0.83% | 0.62% | - |
| HSV(B) | 284.35º | 0.67% | 0.94% | - |
| XYZ | 41.33 | 23.55 | 84.03 | - |
| YUV | 131.94 | 188.42 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 78 | 239 | 0.18 | 0.67 | 0 | 0.06 | 284.35 | 0.83 | 0.62 |
| Hex | C5 | 4E | EF | 12 | 43 | 0 | 6 | 11C | 53 | 3E |
| Octal | 305 | 116 | 357 | 22 | 103 | 0 | 6 | 434 | 123 | 76 |
| Binary | 11000101 | 1001110 | 11101111 | 10010 | 1000011 | 0 | 110 | 100011100 | 1010011 | 111110 |
Color Harmonies of #C54EEF
Complementary color
Monochromatic Colors of #C54EEF
Black with #C54EEF
Text Example
Text Example
White with #C54EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54EEF; }
p { color: rgb(197,78,239); }
H1.HeaderClassName
{
color: #C54EEF;
}
.AnyTagClassName
{
color: #C54EEF;
}
</style>
background-color css
<style>
a { background-color: #C54EEF; }
a { background-color: rgb(197,78,239); }
div.DivClassName
{
background-color: #C54EEF;
}
.BgClassName
{
background-color: #C54EEF;
}
</style>
border-color css
<style>
span { border-color: #C54EEF; }
span { border-color: rgb(197,78,239); }
td.TdClassName
{
border-color: #C54EEF;
}
.TagClassName
{
border-color: #C54EEF;
}
</style>