Shades of Medium Orchid #C43AED
Tints of Medium Orchid #C43AED
RGB
CMYK
RGB Variations
Color information
#C43AED (or 0xC43AED) is known color: Medium Orchid. HEX triplet: C4, 3A and ED. RGB value is (196,58,237). Sum of RGB (Red+Green+Blue) = 196+58+237=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #C43AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C43AED is #3BC512. Grayscale: #777777. Windows color (decimal): -3917075 or 15547076. OLE color: 15547076.
HSL color Cylindrical-coordinate representation of color #C43AED: hue angle of 286.26º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C43AED is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 58 | 237 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.07 |
| HSL | 286.26º | 0.83% | 0.58% | - |
| HSV(B) | 286.26º | 0.76% | 0.93% | - |
| XYZ | 39.56 | 20.88 | 82.07 | - |
| YUV | 119.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 237 | 0.17 | 0.76 | 0 | 0.07 | 286.26 | 0.83 | 0.58 |
| Hex | C4 | 3A | ED | 11 | 4C | 0 | 7 | 11E | 53 | 3A |
| Octal | 304 | 72 | 355 | 21 | 114 | 0 | 7 | 436 | 123 | 72 |
| Binary | 11000100 | 111010 | 11101101 | 10001 | 1001100 | 0 | 111 | 100011110 | 1010011 | 111010 |
Color Harmonies of #C43AED
Complementary color
Monochromatic Colors of #C43AED
Black with #C43AED
Text Example
Text Example
White with #C43AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43AED; }
p { color: rgb(196,58,237); }
H1.HeaderClassName
{
color: #C43AED;
}
.AnyTagClassName
{
color: #C43AED;
}
</style>
background-color css
<style>
a { background-color: #C43AED; }
a { background-color: rgb(196,58,237); }
div.DivClassName
{
background-color: #C43AED;
}
.BgClassName
{
background-color: #C43AED;
}
</style>
border-color css
<style>
span { border-color: #C43AED; }
span { border-color: rgb(196,58,237); }
td.TdClassName
{
border-color: #C43AED;
}
.TagClassName
{
border-color: #C43AED;
}
</style>