Shades of Medium Orchid #C534DB
Tints of Medium Orchid #C534DB
RGB
CMYK
RGB Variations
Color information
#C534DB (or 0xC534DB) is known color: Medium Orchid. HEX triplet: C5, 34 and DB. RGB value is (197,52,219). Sum of RGB (Red+Green+Blue) = 197+52+219=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 52 (20.70% from 255 or 11.11% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #C534DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C534DB is #3ACB24. Grayscale: #717171. Windows color (decimal): -3853093 or 14365893. OLE color: 14365893.
HSL color Cylindrical-coordinate representation of color #C534DB: hue angle of 292.1º degrees, saturation: 0.7, 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 #C534DB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 52 | 219 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.14 |
| HSL | 292.1º | 0.7% | 0.53% | - |
| HSV(B) | 292.1º | 0.76% | 0.86% | - |
| XYZ | 37.04 | 19.44 | 68.82 | - |
| YUV | 114.39 | 187.04 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 219 | 0.10 | 0.76 | 0 | 0.14 | 292.1 | 0.7 | 0.53 |
| Hex | C5 | 34 | DB | A | 4C | 0 | E | 124 | 46 | 35 |
| Octal | 305 | 64 | 333 | 12 | 114 | 0 | 16 | 444 | 106 | 65 |
| Binary | 11000101 | 110100 | 11011011 | 1010 | 1001100 | 0 | 1110 | 100100100 | 1000110 | 110101 |
Color Harmonies of #C534DB
Complementary color
Monochromatic Colors of #C534DB
Black with #C534DB
Text Example
Text Example
White with #C534DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C534DB; }
p { color: rgb(197,52,219); }
H1.HeaderClassName
{
color: #C534DB;
}
.AnyTagClassName
{
color: #C534DB;
}
</style>
background-color css
<style>
a { background-color: #C534DB; }
a { background-color: rgb(197,52,219); }
div.DivClassName
{
background-color: #C534DB;
}
.BgClassName
{
background-color: #C534DB;
}
</style>
border-color css
<style>
span { border-color: #C534DB; }
span { border-color: rgb(197,52,219); }
td.TdClassName
{
border-color: #C534DB;
}
.TagClassName
{
border-color: #C534DB;
}
</style>