Shades of Medium Orchid #C534D2
Tints of Medium Orchid #C534D2
RGB
CMYK
RGB Variations
Color information
#C534D2 (or 0xC534D2) is known color: Medium Orchid. HEX triplet: C5, 34 and D2. RGB value is (197,52,210). Sum of RGB (Red+Green+Blue) = 197+52+210=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 52 (20.70% from 255 or 11.33% from 459); Blue value is 210 (82.42% from 255 or 45.75% from 459); Max value from RGB is 210 - color contains mainly: blue. Hex color #C534D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534D2 is #3ACB2D. Grayscale: #707070. Windows color (decimal): -3853102 or 13776069. OLE color: 13776069.
HSL color Cylindrical-coordinate representation of color #C534D2: hue angle of 295.06º degrees, saturation: 0.64, 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 #C534D2 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 52 | 210 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.18 |
| HSL | 295.06º | 0.64% | 0.51% | - |
| HSV(B) | 295.06º | 0.75% | 0.82% | - |
| XYZ | 35.89 | 18.98 | 62.74 | - |
| YUV | 113.37 | 182.54 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 210 | 0.06 | 0.75 | 0 | 0.18 | 295.06 | 0.64 | 0.51 |
| Hex | C5 | 34 | D2 | 6 | 4B | 0 | 12 | 127 | 40 | 33 |
| Octal | 305 | 64 | 322 | 6 | 113 | 0 | 22 | 447 | 100 | 63 |
| Binary | 11000101 | 110100 | 11010010 | 110 | 1001011 | 0 | 10010 | 100100111 | 1000000 | 110011 |
Color Harmonies of #C534D2
Complementary color
Monochromatic Colors of #C534D2
Black with #C534D2
Text Example
Text Example
White with #C534D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534D2; }
p { color: rgb(197,52,210); }
H1.HeaderClassName
{
color: #C534D2;
}
.AnyTagClassName
{
color: #C534D2;
}
</style>
background-color css
<style>
a { background-color: #C534D2; }
a { background-color: rgb(197,52,210); }
div.DivClassName
{
background-color: #C534D2;
}
.BgClassName
{
background-color: #C534D2;
}
</style>
border-color css
<style>
span { border-color: #C534D2; }
span { border-color: rgb(197,52,210); }
td.TdClassName
{
border-color: #C534D2;
}
.TagClassName
{
border-color: #C534D2;
}
</style>