Shades of Medium Orchid #C53CEA
Tints of Medium Orchid #C53CEA
RGB
CMYK
RGB Variations
Color information
#C53CEA (or 0xC53CEA) is known color: Medium Orchid. HEX triplet: C5, 3C and EA. RGB value is (197,60,234). Sum of RGB (Red+Green+Blue) = 197+60+234=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C53CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53CEA is #3AC315. Grayscale: #787878. Windows color (decimal): -3851030 or 15350981. OLE color: 15350981.
HSL color Cylindrical-coordinate representation of color #C53CEA: hue angle of 287.24º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C53CEA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 60 | 234 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.08 |
| HSL | 287.24º | 0.81% | 0.58% | - |
| HSV(B) | 287.24º | 0.74% | 0.92% | - |
| XYZ | 39.49 | 21.04 | 79.82 | - |
| YUV | 120.8 | 191.89 | 182.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 234 | 0.16 | 0.74 | 0 | 0.08 | 287.24 | 0.81 | 0.58 |
| Hex | C5 | 3C | EA | 10 | 4A | 0 | 8 | 11F | 51 | 3A |
| Octal | 305 | 74 | 352 | 20 | 112 | 0 | 10 | 437 | 121 | 72 |
| Binary | 11000101 | 111100 | 11101010 | 10000 | 1001010 | 0 | 1000 | 100011111 | 1010001 | 111010 |
Color Harmonies of #C53CEA
Complementary color
Monochromatic Colors of #C53CEA
Black with #C53CEA
Text Example
Text Example
White with #C53CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53CEA; }
p { color: rgb(197,60,234); }
H1.HeaderClassName
{
color: #C53CEA;
}
.AnyTagClassName
{
color: #C53CEA;
}
</style>
background-color css
<style>
a { background-color: #C53CEA; }
a { background-color: rgb(197,60,234); }
div.DivClassName
{
background-color: #C53CEA;
}
.BgClassName
{
background-color: #C53CEA;
}
</style>
border-color css
<style>
span { border-color: #C53CEA; }
span { border-color: rgb(197,60,234); }
td.TdClassName
{
border-color: #C53CEA;
}
.TagClassName
{
border-color: #C53CEA;
}
</style>