Shades of Medium Orchid #C539FD
Tints of Medium Orchid #C539FD
RGB
CMYK
RGB Variations
Color information
#C539FD (or 0xC539FD) is known color: Medium Orchid. HEX triplet: C5, 39 and FD. RGB value is (197,57,253). Sum of RGB (Red+Green+Blue) = 197+57+253=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 57 (22.66% from 255 or 11.24% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #C539FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C539FD is #3AC602. Grayscale: #787878. Windows color (decimal): -3851779 or 16595397. OLE color: 16595397.
HSL color Cylindrical-coordinate representation of color #C539FD: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C539FD is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 57 | 253 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.01 |
| HSL | 282.86º | 0.98% | 0.61% | - |
| HSV(B) | 282.86º | 0.77% | 0.99% | - |
| XYZ | 42.22 | 21.89 | 94.93 | - |
| YUV | 121.2 | 202.38 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 253 | 0.22 | 0.77 | 0 | 0.01 | 282.86 | 0.98 | 0.61 |
| Hex | C5 | 39 | FD | 16 | 4D | 0 | 1 | 11B | 62 | 3D |
| Octal | 305 | 71 | 375 | 26 | 115 | 0 | 1 | 433 | 142 | 75 |
| Binary | 11000101 | 111001 | 11111101 | 10110 | 1001101 | 0 | 1 | 100011011 | 1100010 | 111101 |
Color Harmonies of #C539FD
Complementary color
Monochromatic Colors of #C539FD
Black with #C539FD
Text Example
Text Example
White with #C539FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539FD; }
p { color: rgb(197,57,253); }
H1.HeaderClassName
{
color: #C539FD;
}
.AnyTagClassName
{
color: #C539FD;
}
</style>
background-color css
<style>
a { background-color: #C539FD; }
a { background-color: rgb(197,57,253); }
div.DivClassName
{
background-color: #C539FD;
}
.BgClassName
{
background-color: #C539FD;
}
</style>
border-color css
<style>
span { border-color: #C539FD; }
span { border-color: rgb(197,57,253); }
td.TdClassName
{
border-color: #C539FD;
}
.TagClassName
{
border-color: #C539FD;
}
</style>