Shades of Medium Orchid #C52BDD
Tints of Medium Orchid #C52BDD
RGB
CMYK
RGB Variations
Color information
#C52BDD (or 0xC52BDD) is known color: Medium Orchid. HEX triplet: C5, 2B and DD. RGB value is (197,43,221). Sum of RGB (Red+Green+Blue) = 197+43+221=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #C52BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BDD is #3AD422. Grayscale: #6C6C6C. Windows color (decimal): -3855395 or 14494661. OLE color: 14494661.
HSL color Cylindrical-coordinate representation of color #C52BDD: hue angle of 291.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52BDD is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 43 | 221 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.13 |
| HSL | 291.91º | 0.72% | 0.52% | - |
| HSV(B) | 291.91º | 0.81% | 0.87% | - |
| XYZ | 36.94 | 18.82 | 70.09 | - |
| YUV | 109.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 221 | 0.11 | 0.81 | 0 | 0.13 | 291.91 | 0.72 | 0.52 |
| Hex | C5 | 2B | DD | B | 51 | 0 | D | 124 | 48 | 34 |
| Octal | 305 | 53 | 335 | 13 | 121 | 0 | 15 | 444 | 110 | 64 |
| Binary | 11000101 | 101011 | 11011101 | 1011 | 1010001 | 0 | 1101 | 100100100 | 1001000 | 110100 |
Color Harmonies of #C52BDD
Complementary color
Monochromatic Colors of #C52BDD
Black with #C52BDD
Text Example
Text Example
White with #C52BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BDD; }
p { color: rgb(197,43,221); }
H1.HeaderClassName
{
color: #C52BDD;
}
.AnyTagClassName
{
color: #C52BDD;
}
</style>
background-color css
<style>
a { background-color: #C52BDD; }
a { background-color: rgb(197,43,221); }
div.DivClassName
{
background-color: #C52BDD;
}
.BgClassName
{
background-color: #C52BDD;
}
</style>
border-color css
<style>
span { border-color: #C52BDD; }
span { border-color: rgb(197,43,221); }
td.TdClassName
{
border-color: #C52BDD;
}
.TagClassName
{
border-color: #C52BDD;
}
</style>