Shades of Medium Orchid #C543DB
Tints of Medium Orchid #C543DB
RGB
CMYK
RGB Variations
Color information
#C543DB (or 0xC543DB) is known color: Medium Orchid. HEX triplet: C5, 43 and DB. RGB value is (197,67,219). Sum of RGB (Red+Green+Blue) = 197+67+219=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 67 (26.56% from 255 or 13.87% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #C543DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C543DB is #3ABC24. Grayscale: #7A7A7A. Windows color (decimal): -3849253 or 14369733. OLE color: 14369733.
HSL color Cylindrical-coordinate representation of color #C543DB: hue angle of 291.32º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C543DB is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 67 | 219 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.14 |
| HSL | 291.32º | 0.68% | 0.56% | - |
| HSV(B) | 291.32º | 0.69% | 0.86% | - |
| XYZ | 37.82 | 21 | 69.08 | - |
| YUV | 123.2 | 182.07 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 219 | 0.10 | 0.69 | 0 | 0.14 | 291.32 | 0.68 | 0.56 |
| Hex | C5 | 43 | DB | A | 45 | 0 | E | 123 | 44 | 38 |
| Octal | 305 | 103 | 333 | 12 | 105 | 0 | 16 | 443 | 104 | 70 |
| Binary | 11000101 | 1000011 | 11011011 | 1010 | 1000101 | 0 | 1110 | 100100011 | 1000100 | 111000 |
Color Harmonies of #C543DB
Complementary color
Monochromatic Colors of #C543DB
Black with #C543DB
Text Example
Text Example
White with #C543DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543DB; }
p { color: rgb(197,67,219); }
H1.HeaderClassName
{
color: #C543DB;
}
.AnyTagClassName
{
color: #C543DB;
}
</style>
background-color css
<style>
a { background-color: #C543DB; }
a { background-color: rgb(197,67,219); }
div.DivClassName
{
background-color: #C543DB;
}
.BgClassName
{
background-color: #C543DB;
}
</style>
border-color css
<style>
span { border-color: #C543DB; }
span { border-color: rgb(197,67,219); }
td.TdClassName
{
border-color: #C543DB;
}
.TagClassName
{
border-color: #C543DB;
}
</style>