Shades of Medium Orchid #C42ADE
Tints of Medium Orchid #C42ADE
RGB
CMYK
RGB Variations
Color information
#C42ADE (or 0xC42ADE) is known color: Medium Orchid. HEX triplet: C4, 2A and DE. RGB value is (196,42,222). Sum of RGB (Red+Green+Blue) = 196+42+222=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 42 (16.80% from 255 or 9.13% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #C42ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ADE is #3BD521. Grayscale: #6C6C6C. Windows color (decimal): -3921186 or 14559940. OLE color: 14559940.
HSL color Cylindrical-coordinate representation of color #C42ADE: hue angle of 291.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C42ADE is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 42 | 222 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.13 |
| HSL | 291.33º | 0.73% | 0.52% | - |
| HSV(B) | 291.33º | 0.81% | 0.87% | - |
| XYZ | 36.78 | 18.67 | 70.77 | - |
| YUV | 108.57 | 192.02 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 42 | 222 | 0.12 | 0.81 | 0 | 0.13 | 291.33 | 0.73 | 0.52 |
| Hex | C4 | 2A | DE | C | 51 | 0 | D | 123 | 49 | 34 |
| Octal | 304 | 52 | 336 | 14 | 121 | 0 | 15 | 443 | 111 | 64 |
| Binary | 11000100 | 101010 | 11011110 | 1100 | 1010001 | 0 | 1101 | 100100011 | 1001001 | 110100 |
Color Harmonies of #C42ADE
Complementary color
Monochromatic Colors of #C42ADE
Black with #C42ADE
Text Example
Text Example
White with #C42ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42ADE; }
p { color: rgb(196,42,222); }
H1.HeaderClassName
{
color: #C42ADE;
}
.AnyTagClassName
{
color: #C42ADE;
}
</style>
background-color css
<style>
a { background-color: #C42ADE; }
a { background-color: rgb(196,42,222); }
div.DivClassName
{
background-color: #C42ADE;
}
.BgClassName
{
background-color: #C42ADE;
}
</style>
border-color css
<style>
span { border-color: #C42ADE; }
span { border-color: rgb(196,42,222); }
td.TdClassName
{
border-color: #C42ADE;
}
.TagClassName
{
border-color: #C42ADE;
}
</style>