Shades of Medium Orchid #C435DB
Tints of Medium Orchid #C435DB
RGB
CMYK
RGB Variations
Color information
#C435DB (or 0xC435DB) is known color: Medium Orchid. HEX triplet: C4, 35 and DB. RGB value is (196,53,219). Sum of RGB (Red+Green+Blue) = 196+53+219=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 53 (21.09% from 255 or 11.32% 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 #C435DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C435DB is #3BCA24. Grayscale: #727272. Windows color (decimal): -3918373 or 14366148. OLE color: 14366148.
HSL color Cylindrical-coordinate representation of color #C435DB: hue angle of 291.69º 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 #C435DB is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 53 | 219 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.14 |
| HSL | 291.69º | 0.7% | 0.53% | - |
| HSV(B) | 291.69º | 0.76% | 0.86% | - |
| XYZ | 36.82 | 19.4 | 68.82 | - |
| YUV | 114.68 | 186.88 | 186 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 219 | 0.11 | 0.76 | 0 | 0.14 | 291.69 | 0.7 | 0.53 |
| Hex | C4 | 35 | DB | B | 4C | 0 | E | 124 | 46 | 35 |
| Octal | 304 | 65 | 333 | 13 | 114 | 0 | 16 | 444 | 106 | 65 |
| Binary | 11000100 | 110101 | 11011011 | 1011 | 1001100 | 0 | 1110 | 100100100 | 1000110 | 110101 |
Color Harmonies of #C435DB
Complementary color
Monochromatic Colors of #C435DB
Black with #C435DB
Text Example
Text Example
White with #C435DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C435DB; }
p { color: rgb(196,53,219); }
H1.HeaderClassName
{
color: #C435DB;
}
.AnyTagClassName
{
color: #C435DB;
}
</style>
background-color css
<style>
a { background-color: #C435DB; }
a { background-color: rgb(196,53,219); }
div.DivClassName
{
background-color: #C435DB;
}
.BgClassName
{
background-color: #C435DB;
}
</style>
border-color css
<style>
span { border-color: #C435DB; }
span { border-color: rgb(196,53,219); }
td.TdClassName
{
border-color: #C435DB;
}
.TagClassName
{
border-color: #C435DB;
}
</style>