Shades of Medium Orchid #C535DB
Tints of Medium Orchid #C535DB
RGB
CMYK
RGB Variations
Color information
#C535DB (or 0xC535DB) is known color: Medium Orchid. HEX triplet: C5, 35 and DB. RGB value is (197,53,219). Sum of RGB (Red+Green+Blue) = 197+53+219=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C535DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C535DB is #3ACA24. Grayscale: #727272. Windows color (decimal): -3852837 or 14366149. OLE color: 14366149.
HSL color Cylindrical-coordinate representation of color #C535DB: hue angle of 292.05º 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 #C535DB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 53 | 219 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.14 |
| HSL | 292.05º | 0.7% | 0.53% | - |
| HSV(B) | 292.05º | 0.76% | 0.86% | - |
| XYZ | 37.09 | 19.53 | 68.83 | - |
| YUV | 114.98 | 186.71 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 53 | 219 | 0.10 | 0.76 | 0 | 0.14 | 292.05 | 0.7 | 0.53 |
| Hex | C5 | 35 | DB | A | 4C | 0 | E | 124 | 46 | 35 |
| Octal | 305 | 65 | 333 | 12 | 114 | 0 | 16 | 444 | 106 | 65 |
| Binary | 11000101 | 110101 | 11011011 | 1010 | 1001100 | 0 | 1110 | 100100100 | 1000110 | 110101 |
Color Harmonies of #C535DB
Complementary color
Monochromatic Colors of #C535DB
Black with #C535DB
Text Example
Text Example
White with #C535DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C535DB; }
p { color: rgb(197,53,219); }
H1.HeaderClassName
{
color: #C535DB;
}
.AnyTagClassName
{
color: #C535DB;
}
</style>
background-color css
<style>
a { background-color: #C535DB; }
a { background-color: rgb(197,53,219); }
div.DivClassName
{
background-color: #C535DB;
}
.BgClassName
{
background-color: #C535DB;
}
</style>
border-color css
<style>
span { border-color: #C535DB; }
span { border-color: rgb(197,53,219); }
td.TdClassName
{
border-color: #C535DB;
}
.TagClassName
{
border-color: #C535DB;
}
</style>