Shades of Medium Orchid #C554EE
Tints of Medium Orchid #C554EE
RGB
CMYK
RGB Variations
Color information
#C554EE (or 0xC554EE) is known color: Medium Orchid. HEX triplet: C5, 54 and EE. RGB value is (197,84,238). Sum of RGB (Red+Green+Blue) = 197+84+238=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C554EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C554EE is #3AAB11. Grayscale: #868686. Windows color (decimal): -3844882 or 15619269. OLE color: 15619269.
HSL color Cylindrical-coordinate representation of color #C554EE: hue angle of 284.03º degrees, saturation: 0.82, 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 #C554EE is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 84 | 238 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.07 |
| HSL | 284.03º | 0.82% | 0.63% | - |
| HSV(B) | 284.03º | 0.65% | 0.93% | - |
| XYZ | 41.63 | 24.38 | 83.4 | - |
| YUV | 135.34 | 185.94 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 238 | 0.17 | 0.65 | 0 | 0.07 | 284.03 | 0.82 | 0.63 |
| Hex | C5 | 54 | EE | 11 | 41 | 0 | 7 | 11C | 52 | 3F |
| Octal | 305 | 124 | 356 | 21 | 101 | 0 | 7 | 434 | 122 | 77 |
| Binary | 11000101 | 1010100 | 11101110 | 10001 | 1000001 | 0 | 111 | 100011100 | 1010010 | 111111 |
Color Harmonies of #C554EE
Complementary color
Monochromatic Colors of #C554EE
Black with #C554EE
Text Example
Text Example
White with #C554EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C554EE; }
p { color: rgb(197,84,238); }
H1.HeaderClassName
{
color: #C554EE;
}
.AnyTagClassName
{
color: #C554EE;
}
</style>
background-color css
<style>
a { background-color: #C554EE; }
a { background-color: rgb(197,84,238); }
div.DivClassName
{
background-color: #C554EE;
}
.BgClassName
{
background-color: #C554EE;
}
</style>
border-color css
<style>
span { border-color: #C554EE; }
span { border-color: rgb(197,84,238); }
td.TdClassName
{
border-color: #C554EE;
}
.TagClassName
{
border-color: #C554EE;
}
</style>