Shades of Medium Orchid #C540DB
Tints of Medium Orchid #C540DB
RGB
CMYK
RGB Variations
Color information
#C540DB (or 0xC540DB) is known color: Medium Orchid. HEX triplet: C5, 40 and DB. RGB value is (197,64,219). Sum of RGB (Red+Green+Blue) = 197+64+219=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #C540DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540DB is #3ABF24. Grayscale: #787878. Windows color (decimal): -3850021 or 14368965. OLE color: 14368965.
HSL color Cylindrical-coordinate representation of color #C540DB: hue angle of 291.48º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C540DB is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 64 | 219 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.14 |
| HSL | 291.48º | 0.68% | 0.55% | - |
| HSV(B) | 291.48º | 0.71% | 0.86% | - |
| XYZ | 37.65 | 20.65 | 69.02 | - |
| YUV | 121.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 219 | 0.10 | 0.71 | 0 | 0.14 | 291.48 | 0.68 | 0.55 |
| Hex | C5 | 40 | DB | A | 47 | 0 | E | 123 | 44 | 37 |
| Octal | 305 | 100 | 333 | 12 | 107 | 0 | 16 | 443 | 104 | 67 |
| Binary | 11000101 | 1000000 | 11011011 | 1010 | 1000111 | 0 | 1110 | 100100011 | 1000100 | 110111 |
Color Harmonies of #C540DB
Complementary color
Monochromatic Colors of #C540DB
Black with #C540DB
Text Example
Text Example
White with #C540DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C540DB; }
p { color: rgb(197,64,219); }
H1.HeaderClassName
{
color: #C540DB;
}
.AnyTagClassName
{
color: #C540DB;
}
</style>
background-color css
<style>
a { background-color: #C540DB; }
a { background-color: rgb(197,64,219); }
div.DivClassName
{
background-color: #C540DB;
}
.BgClassName
{
background-color: #C540DB;
}
</style>
border-color css
<style>
span { border-color: #C540DB; }
span { border-color: rgb(197,64,219); }
td.TdClassName
{
border-color: #C540DB;
}
.TagClassName
{
border-color: #C540DB;
}
</style>