Shades of Medium Orchid #C52DEB
Tints of Medium Orchid #C52DEB
RGB
CMYK
RGB Variations
Color information
#C52DEB (or 0xC52DEB) is known color: Medium Orchid. HEX triplet: C5, 2D and EB. RGB value is (197,45,235). Sum of RGB (Red+Green+Blue) = 197+45+235=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 45 (17.97% from 255 or 9.43% from 477); Blue value is 235 (92.19% from 255 or 49.27% from 477); Max value from RGB is 235 - color contains mainly: blue. Hex color #C52DEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DEB is #3AD214. Grayscale: #6F6F6F. Windows color (decimal): -3854869 or 15412677. OLE color: 15412677.
HSL color Cylindrical-coordinate representation of color #C52DEB: hue angle of 288º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52DEB is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 45 | 235 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.08 |
| HSL | 288º | 0.83% | 0.55% | - |
| HSV(B) | 288º | 0.81% | 0.92% | - |
| XYZ | 38.96 | 19.75 | 80.36 | - |
| YUV | 112.11 | 197.36 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 45 | 235 | 0.16 | 0.81 | 0 | 0.08 | 288 | 0.83 | 0.55 |
| Hex | C5 | 2D | EB | 10 | 51 | 0 | 8 | 120 | 53 | 37 |
| Octal | 305 | 55 | 353 | 20 | 121 | 0 | 10 | 440 | 123 | 67 |
| Binary | 11000101 | 101101 | 11101011 | 10000 | 1010001 | 0 | 1000 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C52DEB
Complementary color
Monochromatic Colors of #C52DEB
Black with #C52DEB
Text Example
Text Example
White with #C52DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52DEB; }
p { color: rgb(197,45,235); }
H1.HeaderClassName
{
color: #C52DEB;
}
.AnyTagClassName
{
color: #C52DEB;
}
</style>
background-color css
<style>
a { background-color: #C52DEB; }
a { background-color: rgb(197,45,235); }
div.DivClassName
{
background-color: #C52DEB;
}
.BgClassName
{
background-color: #C52DEB;
}
</style>
border-color css
<style>
span { border-color: #C52DEB; }
span { border-color: rgb(197,45,235); }
td.TdClassName
{
border-color: #C52DEB;
}
.TagClassName
{
border-color: #C52DEB;
}
</style>