Shades of Medium Orchid #C43DED
Tints of Medium Orchid #C43DED
RGB
CMYK
RGB Variations
Color information
#C43DED (or 0xC43DED) is known color: Medium Orchid. HEX triplet: C4, 3D and ED. RGB value is (196,61,237). Sum of RGB (Red+Green+Blue) = 196+61+237=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 61 (24.22% from 255 or 12.35% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #C43DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DED is #3BC212. Grayscale: #787878. Windows color (decimal): -3916307 or 15547844. OLE color: 15547844.
HSL color Cylindrical-coordinate representation of color #C43DED: hue angle of 286.02º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43DED is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 61 | 237 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.07 |
| HSL | 286.02º | 0.83% | 0.58% | - |
| HSV(B) | 286.02º | 0.74% | 0.93% | - |
| XYZ | 39.72 | 21.19 | 82.12 | - |
| YUV | 121.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 237 | 0.17 | 0.74 | 0 | 0.07 | 286.02 | 0.83 | 0.58 |
| Hex | C4 | 3D | ED | 11 | 4A | 0 | 7 | 11E | 53 | 3A |
| Octal | 304 | 75 | 355 | 21 | 112 | 0 | 7 | 436 | 123 | 72 |
| Binary | 11000100 | 111101 | 11101101 | 10001 | 1001010 | 0 | 111 | 100011110 | 1010011 | 111010 |
Color Harmonies of #C43DED
Complementary color
Monochromatic Colors of #C43DED
Black with #C43DED
Text Example
Text Example
White with #C43DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DED; }
p { color: rgb(196,61,237); }
H1.HeaderClassName
{
color: #C43DED;
}
.AnyTagClassName
{
color: #C43DED;
}
</style>
background-color css
<style>
a { background-color: #C43DED; }
a { background-color: rgb(196,61,237); }
div.DivClassName
{
background-color: #C43DED;
}
.BgClassName
{
background-color: #C43DED;
}
</style>
border-color css
<style>
span { border-color: #C43DED; }
span { border-color: rgb(196,61,237); }
td.TdClassName
{
border-color: #C43DED;
}
.TagClassName
{
border-color: #C43DED;
}
</style>