Shades of Medium Orchid #C43DD0
Tints of Medium Orchid #C43DD0
RGB
CMYK
RGB Variations
Color information
#C43DD0 (or 0xC43DD0) is known color: Medium Orchid. HEX triplet: C4, 3D and D0. RGB value is (196,61,208). Sum of RGB (Red+Green+Blue) = 196+61+208=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 61 (24.22% from 255 or 13.12% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #C43DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DD0 is #3BC22F. Grayscale: #757575. Windows color (decimal): -3916336 or 13647300. OLE color: 13647300.
HSL color Cylindrical-coordinate representation of color #C43DD0: hue angle of 295.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43DD0 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 61 | 208 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.18 |
| HSL | 295.1º | 0.61% | 0.53% | - |
| HSV(B) | 295.1º | 0.71% | 0.82% | - |
| XYZ | 35.82 | 19.63 | 61.58 | - |
| YUV | 118.12 | 178.73 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 208 | 0.06 | 0.71 | 0 | 0.18 | 295.1 | 0.61 | 0.53 |
| Hex | C4 | 3D | D0 | 6 | 47 | 0 | 12 | 127 | 3D | 35 |
| Octal | 304 | 75 | 320 | 6 | 107 | 0 | 22 | 447 | 75 | 65 |
| Binary | 11000100 | 111101 | 11010000 | 110 | 1000111 | 0 | 10010 | 100100111 | 111101 | 110101 |
Color Harmonies of #C43DD0
Complementary color
Monochromatic Colors of #C43DD0
Black with #C43DD0
Text Example
Text Example
White with #C43DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DD0; }
p { color: rgb(196,61,208); }
H1.HeaderClassName
{
color: #C43DD0;
}
.AnyTagClassName
{
color: #C43DD0;
}
</style>
background-color css
<style>
a { background-color: #C43DD0; }
a { background-color: rgb(196,61,208); }
div.DivClassName
{
background-color: #C43DD0;
}
.BgClassName
{
background-color: #C43DD0;
}
</style>
border-color css
<style>
span { border-color: #C43DD0; }
span { border-color: rgb(196,61,208); }
td.TdClassName
{
border-color: #C43DD0;
}
.TagClassName
{
border-color: #C43DD0;
}
</style>