Shades of Medium Orchid #C43DEA
Tints of Medium Orchid #C43DEA
RGB
CMYK
RGB Variations
Color information
#C43DEA (or 0xC43DEA) is known color: Medium Orchid. HEX triplet: C4, 3D and EA. RGB value is (196,61,234). Sum of RGB (Red+Green+Blue) = 196+61+234=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C43DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43DEA is #3BC215. Grayscale: #787878. Windows color (decimal): -3916310 or 15351236. OLE color: 15351236.
HSL color Cylindrical-coordinate representation of color #C43DEA: hue angle of 286.82º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43DEA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 61 | 234 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.08 |
| HSL | 286.82º | 0.8% | 0.58% | - |
| HSV(B) | 286.82º | 0.74% | 0.92% | - |
| XYZ | 39.28 | 21.01 | 79.83 | - |
| YUV | 121.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 234 | 0.16 | 0.74 | 0 | 0.08 | 286.82 | 0.8 | 0.58 |
| Hex | C4 | 3D | EA | 10 | 4A | 0 | 8 | 11F | 50 | 3A |
| Octal | 304 | 75 | 352 | 20 | 112 | 0 | 10 | 437 | 120 | 72 |
| Binary | 11000100 | 111101 | 11101010 | 10000 | 1001010 | 0 | 1000 | 100011111 | 1010000 | 111010 |
Color Harmonies of #C43DEA
Complementary color
Monochromatic Colors of #C43DEA
Black with #C43DEA
Text Example
Text Example
White with #C43DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43DEA; }
p { color: rgb(196,61,234); }
H1.HeaderClassName
{
color: #C43DEA;
}
.AnyTagClassName
{
color: #C43DEA;
}
</style>
background-color css
<style>
a { background-color: #C43DEA; }
a { background-color: rgb(196,61,234); }
div.DivClassName
{
background-color: #C43DEA;
}
.BgClassName
{
background-color: #C43DEA;
}
</style>
border-color css
<style>
span { border-color: #C43DEA; }
span { border-color: rgb(196,61,234); }
td.TdClassName
{
border-color: #C43DEA;
}
.TagClassName
{
border-color: #C43DEA;
}
</style>