Shades of Medium Orchid #C534DC
Tints of Medium Orchid #C534DC
RGB
CMYK
RGB Variations
Color information
#C534DC (or 0xC534DC) is known color: Medium Orchid. HEX triplet: C5, 34 and DC. RGB value is (197,52,220). Sum of RGB (Red+Green+Blue) = 197+52+220=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 52 (20.70% from 255 or 11.09% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #C534DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534DC is #3ACB23. Grayscale: #717171. Windows color (decimal): -3853092 or 14431429. OLE color: 14431429.
HSL color Cylindrical-coordinate representation of color #C534DC: hue angle of 291.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C534DC is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 52 | 220 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.14 |
| HSL | 291.79º | 0.71% | 0.53% | - |
| HSV(B) | 291.79º | 0.76% | 0.86% | - |
| XYZ | 37.17 | 19.49 | 69.51 | - |
| YUV | 114.51 | 187.54 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 220 | 0.10 | 0.76 | 0 | 0.14 | 291.79 | 0.71 | 0.53 |
| Hex | C5 | 34 | DC | A | 4C | 0 | E | 124 | 47 | 35 |
| Octal | 305 | 64 | 334 | 12 | 114 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000101 | 110100 | 11011100 | 1010 | 1001100 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C534DC
Complementary color
Monochromatic Colors of #C534DC
Black with #C534DC
Text Example
Text Example
White with #C534DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534DC; }
p { color: rgb(197,52,220); }
H1.HeaderClassName
{
color: #C534DC;
}
.AnyTagClassName
{
color: #C534DC;
}
</style>
background-color css
<style>
a { background-color: #C534DC; }
a { background-color: rgb(197,52,220); }
div.DivClassName
{
background-color: #C534DC;
}
.BgClassName
{
background-color: #C534DC;
}
</style>
border-color css
<style>
span { border-color: #C534DC; }
span { border-color: rgb(197,52,220); }
td.TdClassName
{
border-color: #C534DC;
}
.TagClassName
{
border-color: #C534DC;
}
</style>