Shades of Medium Orchid #C53DFC
Tints of Medium Orchid #C53DFC
RGB
CMYK
RGB Variations
Color information
#C53DFC (or 0xC53DFC) is known color: Medium Orchid. HEX triplet: C5, 3D and FC. RGB value is (197,61,252). Sum of RGB (Red+Green+Blue) = 197+61+252=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #C53DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C53DFC is #3AC203. Grayscale: #7A7A7A. Windows color (decimal): -3850756 or 16530885. OLE color: 16530885.
HSL color Cylindrical-coordinate representation of color #C53DFC: hue angle of 282.72º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C53DFC is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 61 | 252 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.01 |
| HSL | 282.72º | 0.97% | 0.61% | - |
| HSV(B) | 282.72º | 0.76% | 0.99% | - |
| XYZ | 42.27 | 22.24 | 94.16 | - |
| YUV | 123.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 252 | 0.22 | 0.76 | 0 | 0.01 | 282.72 | 0.97 | 0.61 |
| Hex | C5 | 3D | FC | 16 | 4C | 0 | 1 | 11B | 61 | 3D |
| Octal | 305 | 75 | 374 | 26 | 114 | 0 | 1 | 433 | 141 | 75 |
| Binary | 11000101 | 111101 | 11111100 | 10110 | 1001100 | 0 | 1 | 100011011 | 1100001 | 111101 |
Color Harmonies of #C53DFC
Complementary color
Monochromatic Colors of #C53DFC
Black with #C53DFC
Text Example
Text Example
White with #C53DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53DFC; }
p { color: rgb(197,61,252); }
H1.HeaderClassName
{
color: #C53DFC;
}
.AnyTagClassName
{
color: #C53DFC;
}
</style>
background-color css
<style>
a { background-color: #C53DFC; }
a { background-color: rgb(197,61,252); }
div.DivClassName
{
background-color: #C53DFC;
}
.BgClassName
{
background-color: #C53DFC;
}
</style>
border-color css
<style>
span { border-color: #C53DFC; }
span { border-color: rgb(197,61,252); }
td.TdClassName
{
border-color: #C53DFC;
}
.TagClassName
{
border-color: #C53DFC;
}
</style>