Shades of Medium Orchid #C52FD3
Tints of Medium Orchid #C52FD3
RGB
CMYK
RGB Variations
Color information
#C52FD3 (or 0xC52FD3) is known color: Medium Orchid. HEX triplet: C5, 2F and D3. RGB value is (197,47,211). Sum of RGB (Red+Green+Blue) = 197+47+211=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 47 (18.75% from 255 or 10.33% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 211 - color contains mainly: blue. Hex color #C52FD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52FD3 is #3AD02C. Grayscale: #6E6E6E. Windows color (decimal): -3854381 or 13840325. OLE color: 13840325.
HSL color Cylindrical-coordinate representation of color #C52FD3: hue angle of 294.88º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C52FD3 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 47 | 211 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.17 |
| HSL | 294.88º | 0.65% | 0.51% | - |
| HSV(B) | 294.88º | 0.78% | 0.83% | - |
| XYZ | 35.8 | 18.61 | 63.33 | - |
| YUV | 110.55 | 184.7 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 47 | 211 | 0.07 | 0.78 | 0 | 0.17 | 294.88 | 0.65 | 0.51 |
| Hex | C5 | 2F | D3 | 7 | 4E | 0 | 11 | 127 | 41 | 33 |
| Octal | 305 | 57 | 323 | 7 | 116 | 0 | 21 | 447 | 101 | 63 |
| Binary | 11000101 | 101111 | 11010011 | 111 | 1001110 | 0 | 10001 | 100100111 | 1000001 | 110011 |
Color Harmonies of #C52FD3
Complementary color
Monochromatic Colors of #C52FD3
Black with #C52FD3
Text Example
Text Example
White with #C52FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52FD3; }
p { color: rgb(197,47,211); }
H1.HeaderClassName
{
color: #C52FD3;
}
.AnyTagClassName
{
color: #C52FD3;
}
</style>
background-color css
<style>
a { background-color: #C52FD3; }
a { background-color: rgb(197,47,211); }
div.DivClassName
{
background-color: #C52FD3;
}
.BgClassName
{
background-color: #C52FD3;
}
</style>
border-color css
<style>
span { border-color: #C52FD3; }
span { border-color: rgb(197,47,211); }
td.TdClassName
{
border-color: #C52FD3;
}
.TagClassName
{
border-color: #C52FD3;
}
</style>