Shades of Medium Orchid #C54CEE
Tints of Medium Orchid #C54CEE
RGB
CMYK
RGB Variations
Color information
#C54CEE (or 0xC54CEE) is known color: Medium Orchid. HEX triplet: C5, 4C and EE. RGB value is (197,76,238). Sum of RGB (Red+Green+Blue) = 197+76+238=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 76 (30.08% from 255 or 14.87% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #C54CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C54CEE is #3AB311. Grayscale: #828282. Windows color (decimal): -3846930 or 15617221. OLE color: 15617221.
HSL color Cylindrical-coordinate representation of color #C54CEE: hue angle of 284.81º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54CEE is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 76 | 238 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.07 |
| HSL | 284.81º | 0.83% | 0.62% | - |
| HSV(B) | 284.81º | 0.68% | 0.93% | - |
| XYZ | 41.04 | 23.21 | 83.21 | - |
| YUV | 130.65 | 188.59 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 238 | 0.17 | 0.68 | 0 | 0.07 | 284.81 | 0.83 | 0.62 |
| Hex | C5 | 4C | EE | 11 | 44 | 0 | 7 | 11D | 53 | 3E |
| Octal | 305 | 114 | 356 | 21 | 104 | 0 | 7 | 435 | 123 | 76 |
| Binary | 11000101 | 1001100 | 11101110 | 10001 | 1000100 | 0 | 111 | 100011101 | 1010011 | 111110 |
Color Harmonies of #C54CEE
Complementary color
Monochromatic Colors of #C54CEE
Black with #C54CEE
Text Example
Text Example
White with #C54CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CEE; }
p { color: rgb(197,76,238); }
H1.HeaderClassName
{
color: #C54CEE;
}
.AnyTagClassName
{
color: #C54CEE;
}
</style>
background-color css
<style>
a { background-color: #C54CEE; }
a { background-color: rgb(197,76,238); }
div.DivClassName
{
background-color: #C54CEE;
}
.BgClassName
{
background-color: #C54CEE;
}
</style>
border-color css
<style>
span { border-color: #C54CEE; }
span { border-color: rgb(197,76,238); }
td.TdClassName
{
border-color: #C54CEE;
}
.TagClassName
{
border-color: #C54CEE;
}
</style>