Shades of Medium Orchid #C54CD2
Tints of Medium Orchid #C54CD2
RGB
CMYK
RGB Variations
Color information
#C54CD2 (or 0xC54CD2) is known color: Medium Orchid. HEX triplet: C5, 4C and D2. RGB value is (197,76,210). Sum of RGB (Red+Green+Blue) = 197+76+210=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 76 (30.08% from 255 or 15.73% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #C54CD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54CD2 is #3AB32D. Grayscale: #7F7F7F. Windows color (decimal): -3846958 or 13782213. OLE color: 13782213.
HSL color Cylindrical-coordinate representation of color #C54CD2: hue angle of 294.18º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54CD2 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 76 | 210 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.18 |
| HSL | 294.18º | 0.6% | 0.56% | - |
| HSV(B) | 294.18º | 0.64% | 0.82% | - |
| XYZ | 37.24 | 21.69 | 63.2 | - |
| YUV | 127.46 | 174.59 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 210 | 0.06 | 0.64 | 0 | 0.18 | 294.18 | 0.6 | 0.56 |
| Hex | C5 | 4C | D2 | 6 | 40 | 0 | 12 | 126 | 3C | 38 |
| Octal | 305 | 114 | 322 | 6 | 100 | 0 | 22 | 446 | 74 | 70 |
| Binary | 11000101 | 1001100 | 11010010 | 110 | 1000000 | 0 | 10010 | 100100110 | 111100 | 111000 |
Color Harmonies of #C54CD2
Complementary color
Monochromatic Colors of #C54CD2
Black with #C54CD2
Text Example
Text Example
White with #C54CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54CD2; }
p { color: rgb(197,76,210); }
H1.HeaderClassName
{
color: #C54CD2;
}
.AnyTagClassName
{
color: #C54CD2;
}
</style>
background-color css
<style>
a { background-color: #C54CD2; }
a { background-color: rgb(197,76,210); }
div.DivClassName
{
background-color: #C54CD2;
}
.BgClassName
{
background-color: #C54CD2;
}
</style>
border-color css
<style>
span { border-color: #C54CD2; }
span { border-color: rgb(197,76,210); }
td.TdClassName
{
border-color: #C54CD2;
}
.TagClassName
{
border-color: #C54CD2;
}
</style>