Shades of Medium Orchid #C43DEE
Tints of Medium Orchid #C43DEE
RGB
CMYK
RGB Variations
Color information
#C43DEE (or 0xC43DEE) is known color: Medium Orchid. HEX triplet: C4, 3D and EE. RGB value is (196,61,238). Sum of RGB (Red+Green+Blue) = 196+61+238=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 61 (24.22% from 255 or 12.32% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #C43DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DEE is #3BC211. Grayscale: #787878. Windows color (decimal): -3916306 or 15613380. OLE color: 15613380.
HSL color Cylindrical-coordinate representation of color #C43DEE: hue angle of 285.76º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43DEE is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 61 | 238 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.07 |
| HSL | 285.76º | 0.84% | 0.59% | - |
| HSV(B) | 285.76º | 0.74% | 0.93% | - |
| XYZ | 39.87 | 21.25 | 82.89 | - |
| YUV | 121.54 | 193.73 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 238 | 0.18 | 0.74 | 0 | 0.07 | 285.76 | 0.84 | 0.59 |
| Hex | C4 | 3D | EE | 12 | 4A | 0 | 7 | 11E | 54 | 3B |
| Octal | 304 | 75 | 356 | 22 | 112 | 0 | 7 | 436 | 124 | 73 |
| Binary | 11000100 | 111101 | 11101110 | 10010 | 1001010 | 0 | 111 | 100011110 | 1010100 | 111011 |
Color Harmonies of #C43DEE
Complementary color
Monochromatic Colors of #C43DEE
Black with #C43DEE
Text Example
Text Example
White with #C43DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DEE; }
p { color: rgb(196,61,238); }
H1.HeaderClassName
{
color: #C43DEE;
}
.AnyTagClassName
{
color: #C43DEE;
}
</style>
background-color css
<style>
a { background-color: #C43DEE; }
a { background-color: rgb(196,61,238); }
div.DivClassName
{
background-color: #C43DEE;
}
.BgClassName
{
background-color: #C43DEE;
}
</style>
border-color css
<style>
span { border-color: #C43DEE; }
span { border-color: rgb(196,61,238); }
td.TdClassName
{
border-color: #C43DEE;
}
.TagClassName
{
border-color: #C43DEE;
}
</style>