Shades of Medium Orchid #C43BDE
Tints of Medium Orchid #C43BDE
RGB
CMYK
RGB Variations
Color information
#C43BDE (or 0xC43BDE) is known color: Medium Orchid. HEX triplet: C4, 3B and DE. RGB value is (196,59,222). Sum of RGB (Red+Green+Blue) = 196+59+222=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 59 (23.44% from 255 or 12.37% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #C43BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43BDE is #3BC421. Grayscale: #767676. Windows color (decimal): -3916834 or 14564292. OLE color: 14564292.
HSL color Cylindrical-coordinate representation of color #C43BDE: hue angle of 290.43º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43BDE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 59 | 222 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.13 |
| HSL | 290.43º | 0.71% | 0.55% | - |
| HSV(B) | 290.43º | 0.73% | 0.87% | - |
| XYZ | 37.51 | 20.14 | 71.02 | - |
| YUV | 118.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 59 | 222 | 0.12 | 0.73 | 0 | 0.13 | 290.43 | 0.71 | 0.55 |
| Hex | C4 | 3B | DE | C | 49 | 0 | D | 122 | 47 | 37 |
| Octal | 304 | 73 | 336 | 14 | 111 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000100 | 111011 | 11011110 | 1100 | 1001001 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C43BDE
Complementary color
Monochromatic Colors of #C43BDE
Black with #C43BDE
Text Example
Text Example
White with #C43BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43BDE; }
p { color: rgb(196,59,222); }
H1.HeaderClassName
{
color: #C43BDE;
}
.AnyTagClassName
{
color: #C43BDE;
}
</style>
background-color css
<style>
a { background-color: #C43BDE; }
a { background-color: rgb(196,59,222); }
div.DivClassName
{
background-color: #C43BDE;
}
.BgClassName
{
background-color: #C43BDE;
}
</style>
border-color css
<style>
span { border-color: #C43BDE; }
span { border-color: rgb(196,59,222); }
td.TdClassName
{
border-color: #C43BDE;
}
.TagClassName
{
border-color: #C43BDE;
}
</style>