Shades of Medium Orchid #C539D6
Tints of Medium Orchid #C539D6
RGB
CMYK
RGB Variations
Color information
#C539D6 (or 0xC539D6) is known color: Medium Orchid. HEX triplet: C5, 39 and D6. RGB value is (197,57,214). Sum of RGB (Red+Green+Blue) = 197+57+214=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 57 (22.66% from 255 or 12.18% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 214 - color contains mainly: blue. Hex color #C539D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C539D6 is #3AC629. Grayscale: #747474. Windows color (decimal): -3851818 or 14039493. OLE color: 14039493.
HSL color Cylindrical-coordinate representation of color #C539D6: hue angle of 293.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C539D6 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 57 | 214 | - |
| CMYK | 0.08 | 0.73 | 0 | 0.16 |
| HSL | 293.5º | 0.66% | 0.53% | - |
| HSV(B) | 293.5º | 0.73% | 0.84% | - |
| XYZ | 36.63 | 19.65 | 65.48 | - |
| YUV | 116.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 214 | 0.08 | 0.73 | 0 | 0.16 | 293.5 | 0.66 | 0.53 |
| Hex | C5 | 39 | D6 | 8 | 49 | 0 | 10 | 126 | 42 | 35 |
| Octal | 305 | 71 | 326 | 10 | 111 | 0 | 20 | 446 | 102 | 65 |
| Binary | 11000101 | 111001 | 11010110 | 1000 | 1001001 | 0 | 10000 | 100100110 | 1000010 | 110101 |
Color Harmonies of #C539D6
Complementary color
Monochromatic Colors of #C539D6
Black with #C539D6
Text Example
Text Example
White with #C539D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C539D6; }
p { color: rgb(197,57,214); }
H1.HeaderClassName
{
color: #C539D6;
}
.AnyTagClassName
{
color: #C539D6;
}
</style>
background-color css
<style>
a { background-color: #C539D6; }
a { background-color: rgb(197,57,214); }
div.DivClassName
{
background-color: #C539D6;
}
.BgClassName
{
background-color: #C539D6;
}
</style>
border-color css
<style>
span { border-color: #C539D6; }
span { border-color: rgb(197,57,214); }
td.TdClassName
{
border-color: #C539D6;
}
.TagClassName
{
border-color: #C539D6;
}
</style>