Shades of Medium Orchid #C53EFD
Tints of Medium Orchid #C53EFD
RGB
CMYK
RGB Variations
Color information
#C53EFD (or 0xC53EFD) is known color: Medium Orchid. HEX triplet: C5, 3E and FD. RGB value is (197,62,253). Sum of RGB (Red+Green+Blue) = 197+62+253=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 62 (24.61% from 255 or 12.11% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #C53EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53EFD is #3AC102. Grayscale: #7B7B7B. Windows color (decimal): -3850499 or 16596677. OLE color: 16596677.
HSL color Cylindrical-coordinate representation of color #C53EFD: hue angle of 282.41º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C53EFD is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 62 | 253 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.01 |
| HSL | 282.41º | 0.98% | 0.62% | - |
| HSV(B) | 282.41º | 0.75% | 0.99% | - |
| XYZ | 42.48 | 22.41 | 95.01 | - |
| YUV | 124.14 | 200.73 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 62 | 253 | 0.22 | 0.75 | 0 | 0.01 | 282.41 | 0.98 | 0.62 |
| Hex | C5 | 3E | FD | 16 | 4B | 0 | 1 | 11A | 62 | 3E |
| Octal | 305 | 76 | 375 | 26 | 113 | 0 | 1 | 432 | 142 | 76 |
| Binary | 11000101 | 111110 | 11111101 | 10110 | 1001011 | 0 | 1 | 100011010 | 1100010 | 111110 |
Color Harmonies of #C53EFD
Complementary color
Monochromatic Colors of #C53EFD
Black with #C53EFD
Text Example
Text Example
White with #C53EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53EFD; }
p { color: rgb(197,62,253); }
H1.HeaderClassName
{
color: #C53EFD;
}
.AnyTagClassName
{
color: #C53EFD;
}
</style>
background-color css
<style>
a { background-color: #C53EFD; }
a { background-color: rgb(197,62,253); }
div.DivClassName
{
background-color: #C53EFD;
}
.BgClassName
{
background-color: #C53EFD;
}
</style>
border-color css
<style>
span { border-color: #C53EFD; }
span { border-color: rgb(197,62,253); }
td.TdClassName
{
border-color: #C53EFD;
}
.TagClassName
{
border-color: #C53EFD;
}
</style>