Shades of Medium Orchid #C534DD
Tints of Medium Orchid #C534DD
RGB
CMYK
RGB Variations
Color information
#C534DD (or 0xC534DD) is known color: Medium Orchid. HEX triplet: C5, 34 and DD. RGB value is (197,52,221). Sum of RGB (Red+Green+Blue) = 197+52+221=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 52 (20.70% from 255 or 11.06% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #C534DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534DD is #3ACB22. Grayscale: #727272. Windows color (decimal): -3853091 or 14496965. OLE color: 14496965.
HSL color Cylindrical-coordinate representation of color #C534DD: hue angle of 291.48º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C534DD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 52 | 221 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.13 |
| HSL | 291.48º | 0.71% | 0.54% | - |
| HSV(B) | 291.48º | 0.76% | 0.87% | - |
| XYZ | 37.31 | 19.55 | 70.21 | - |
| YUV | 114.62 | 188.04 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 221 | 0.11 | 0.76 | 0 | 0.13 | 291.48 | 0.71 | 0.54 |
| Hex | C5 | 34 | DD | B | 4C | 0 | D | 123 | 47 | 36 |
| Octal | 305 | 64 | 335 | 13 | 114 | 0 | 15 | 443 | 107 | 66 |
| Binary | 11000101 | 110100 | 11011101 | 1011 | 1001100 | 0 | 1101 | 100100011 | 1000111 | 110110 |
Color Harmonies of #C534DD
Complementary color
Monochromatic Colors of #C534DD
Black with #C534DD
Text Example
Text Example
White with #C534DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534DD; }
p { color: rgb(197,52,221); }
H1.HeaderClassName
{
color: #C534DD;
}
.AnyTagClassName
{
color: #C534DD;
}
</style>
background-color css
<style>
a { background-color: #C534DD; }
a { background-color: rgb(197,52,221); }
div.DivClassName
{
background-color: #C534DD;
}
.BgClassName
{
background-color: #C534DD;
}
</style>
border-color css
<style>
span { border-color: #C534DD; }
span { border-color: rgb(197,52,221); }
td.TdClassName
{
border-color: #C534DD;
}
.TagClassName
{
border-color: #C534DD;
}
</style>