Shades of Medium Orchid #C43DD8
Tints of Medium Orchid #C43DD8
RGB
CMYK
RGB Variations
Color information
#C43DD8 (or 0xC43DD8) is known color: Medium Orchid. HEX triplet: C4, 3D and D8. RGB value is (196,61,216). Sum of RGB (Red+Green+Blue) = 196+61+216=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 216 - color contains mainly: blue. Hex color #C43DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DD8 is #3BC227. Grayscale: #767676. Windows color (decimal): -3916328 or 14171588. OLE color: 14171588.
HSL color Cylindrical-coordinate representation of color #C43DD8: hue angle of 292.26º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43DD8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 61 | 216 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.15 |
| HSL | 292.26º | 0.67% | 0.54% | - |
| HSV(B) | 292.26º | 0.72% | 0.85% | - |
| XYZ | 36.83 | 20.03 | 66.89 | - |
| YUV | 119.04 | 182.73 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 216 | 0.09 | 0.72 | 0 | 0.15 | 292.26 | 0.67 | 0.54 |
| Hex | C4 | 3D | D8 | 9 | 48 | 0 | F | 124 | 43 | 36 |
| Octal | 304 | 75 | 330 | 11 | 110 | 0 | 17 | 444 | 103 | 66 |
| Binary | 11000100 | 111101 | 11011000 | 1001 | 1001000 | 0 | 1111 | 100100100 | 1000011 | 110110 |
Color Harmonies of #C43DD8
Complementary color
Monochromatic Colors of #C43DD8
Black with #C43DD8
Text Example
Text Example
White with #C43DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DD8; }
p { color: rgb(196,61,216); }
H1.HeaderClassName
{
color: #C43DD8;
}
.AnyTagClassName
{
color: #C43DD8;
}
</style>
background-color css
<style>
a { background-color: #C43DD8; }
a { background-color: rgb(196,61,216); }
div.DivClassName
{
background-color: #C43DD8;
}
.BgClassName
{
background-color: #C43DD8;
}
</style>
border-color css
<style>
span { border-color: #C43DD8; }
span { border-color: rgb(196,61,216); }
td.TdClassName
{
border-color: #C43DD8;
}
.TagClassName
{
border-color: #C43DD8;
}
</style>