Shades of Medium Orchid #C52BDE
Tints of Medium Orchid #C52BDE
RGB
CMYK
RGB Variations
Color information
#C52BDE (or 0xC52BDE) is known color: Medium Orchid. HEX triplet: C5, 2B and DE. RGB value is (197,43,222). Sum of RGB (Red+Green+Blue) = 197+43+222=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 43 (17.19% from 255 or 9.31% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #C52BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C52BDE is #3AD421. Grayscale: #6C6C6C. Windows color (decimal): -3855394 or 14560197. OLE color: 14560197.
HSL color Cylindrical-coordinate representation of color #C52BDE: hue angle of 291.62º degrees, saturation: 0.73, 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 #C52BDE is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 43 | 222 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.13 |
| HSL | 291.62º | 0.73% | 0.52% | - |
| HSV(B) | 291.62º | 0.81% | 0.87% | - |
| XYZ | 37.07 | 18.87 | 70.8 | - |
| YUV | 109.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 43 | 222 | 0.11 | 0.81 | 0 | 0.13 | 291.62 | 0.73 | 0.52 |
| Hex | C5 | 2B | DE | B | 51 | 0 | D | 124 | 49 | 34 |
| Octal | 305 | 53 | 336 | 13 | 121 | 0 | 15 | 444 | 111 | 64 |
| Binary | 11000101 | 101011 | 11011110 | 1011 | 1010001 | 0 | 1101 | 100100100 | 1001001 | 110100 |
Color Harmonies of #C52BDE
Complementary color
Monochromatic Colors of #C52BDE
Black with #C52BDE
Text Example
Text Example
White with #C52BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52BDE; }
p { color: rgb(197,43,222); }
H1.HeaderClassName
{
color: #C52BDE;
}
.AnyTagClassName
{
color: #C52BDE;
}
</style>
background-color css
<style>
a { background-color: #C52BDE; }
a { background-color: rgb(197,43,222); }
div.DivClassName
{
background-color: #C52BDE;
}
.BgClassName
{
background-color: #C52BDE;
}
</style>
border-color css
<style>
span { border-color: #C52BDE; }
span { border-color: rgb(197,43,222); }
td.TdClassName
{
border-color: #C52BDE;
}
.TagClassName
{
border-color: #C52BDE;
}
</style>