Shades of Medium Orchid #C43DDA
Tints of Medium Orchid #C43DDA
RGB
CMYK
RGB Variations
Color information
#C43DDA (or 0xC43DDA) is known color: Medium Orchid. HEX triplet: C4, 3D and DA. RGB value is (196,61,218). Sum of RGB (Red+Green+Blue) = 196+61+218=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #C43DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DDA is #3BC225. Grayscale: #767676. Windows color (decimal): -3916326 or 14302660. OLE color: 14302660.
HSL color Cylindrical-coordinate representation of color #C43DDA: hue angle of 291.59º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C43DDA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 61 | 218 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.15 |
| HSL | 291.59º | 0.68% | 0.55% | - |
| HSV(B) | 291.59º | 0.72% | 0.85% | - |
| XYZ | 37.09 | 20.14 | 68.26 | - |
| YUV | 119.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 218 | 0.10 | 0.72 | 0 | 0.15 | 291.59 | 0.68 | 0.55 |
| Hex | C4 | 3D | DA | A | 48 | 0 | F | 124 | 44 | 37 |
| Octal | 304 | 75 | 332 | 12 | 110 | 0 | 17 | 444 | 104 | 67 |
| Binary | 11000100 | 111101 | 11011010 | 1010 | 1001000 | 0 | 1111 | 100100100 | 1000100 | 110111 |
Color Harmonies of #C43DDA
Complementary color
Monochromatic Colors of #C43DDA
Black with #C43DDA
Text Example
Text Example
White with #C43DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DDA; }
p { color: rgb(196,61,218); }
H1.HeaderClassName
{
color: #C43DDA;
}
.AnyTagClassName
{
color: #C43DDA;
}
</style>
background-color css
<style>
a { background-color: #C43DDA; }
a { background-color: rgb(196,61,218); }
div.DivClassName
{
background-color: #C43DDA;
}
.BgClassName
{
background-color: #C43DDA;
}
</style>
border-color css
<style>
span { border-color: #C43DDA; }
span { border-color: rgb(196,61,218); }
td.TdClassName
{
border-color: #C43DDA;
}
.TagClassName
{
border-color: #C43DDA;
}
</style>