Shades of Medium Orchid #C534D1
Tints of Medium Orchid #C534D1
RGB
CMYK
RGB Variations
Color information
#C534D1 (or 0xC534D1) is known color: Medium Orchid. HEX triplet: C5, 34 and D1. RGB value is (197,52,209). Sum of RGB (Red+Green+Blue) = 197+52+209=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 209 (82.03% from 255 or 45.63% from 458); Max value from RGB is 209 - color contains mainly: blue. Hex color #C534D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534D1 is #3ACB2E. Grayscale: #707070. Windows color (decimal): -3853103 or 13710533. OLE color: 13710533.
HSL color Cylindrical-coordinate representation of color #C534D1: hue angle of 295.41º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C534D1 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 52 | 209 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 295.41º | 0.63% | 0.51% | - |
| HSV(B) | 295.41º | 0.75% | 0.82% | - |
| XYZ | 35.76 | 18.93 | 62.09 | - |
| YUV | 113.25 | 182.04 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 209 | 0.06 | 0.75 | 0 | 0.18 | 295.41 | 0.63 | 0.51 |
| Hex | C5 | 34 | D1 | 6 | 4B | 0 | 12 | 127 | 3F | 33 |
| Octal | 305 | 64 | 321 | 6 | 113 | 0 | 22 | 447 | 77 | 63 |
| Binary | 11000101 | 110100 | 11010001 | 110 | 1001011 | 0 | 10010 | 100100111 | 111111 | 110011 |
Color Harmonies of #C534D1
Complementary color
Monochromatic Colors of #C534D1
Black with #C534D1
Text Example
Text Example
White with #C534D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534D1; }
p { color: rgb(197,52,209); }
H1.HeaderClassName
{
color: #C534D1;
}
.AnyTagClassName
{
color: #C534D1;
}
</style>
background-color css
<style>
a { background-color: #C534D1; }
a { background-color: rgb(197,52,209); }
div.DivClassName
{
background-color: #C534D1;
}
.BgClassName
{
background-color: #C534D1;
}
</style>
border-color css
<style>
span { border-color: #C534D1; }
span { border-color: rgb(197,52,209); }
td.TdClassName
{
border-color: #C534D1;
}
.TagClassName
{
border-color: #C534D1;
}
</style>