Shades of Medium Orchid #C42BDA
Tints of Medium Orchid #C42BDA
RGB
CMYK
RGB Variations
Color information
#C42BDA (or 0xC42BDA) is known color: Medium Orchid. HEX triplet: C4, 2B and DA. RGB value is (196,43,218). Sum of RGB (Red+Green+Blue) = 196+43+218=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 43 (17.19% from 255 or 9.41% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #C42BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BDA is #3BD425. Grayscale: #6C6C6C. Windows color (decimal): -3920934 or 14298052. OLE color: 14298052.
HSL color Cylindrical-coordinate representation of color #C42BDA: hue angle of 292.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42BDA is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 43 | 218 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.15 |
| HSL | 292.46º | 0.7% | 0.51% | - |
| HSV(B) | 292.46º | 0.8% | 0.85% | - |
| XYZ | 36.28 | 18.53 | 67.99 | - |
| YUV | 108.7 | 189.69 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 43 | 218 | 0.10 | 0.80 | 0 | 0.15 | 292.46 | 0.7 | 0.51 |
| Hex | C4 | 2B | DA | A | 50 | 0 | F | 124 | 46 | 33 |
| Octal | 304 | 53 | 332 | 12 | 120 | 0 | 17 | 444 | 106 | 63 |
| Binary | 11000100 | 101011 | 11011010 | 1010 | 1010000 | 0 | 1111 | 100100100 | 1000110 | 110011 |
Color Harmonies of #C42BDA
Complementary color
Monochromatic Colors of #C42BDA
Black with #C42BDA
Text Example
Text Example
White with #C42BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42BDA; }
p { color: rgb(196,43,218); }
H1.HeaderClassName
{
color: #C42BDA;
}
.AnyTagClassName
{
color: #C42BDA;
}
</style>
background-color css
<style>
a { background-color: #C42BDA; }
a { background-color: rgb(196,43,218); }
div.DivClassName
{
background-color: #C42BDA;
}
.BgClassName
{
background-color: #C42BDA;
}
</style>
border-color css
<style>
span { border-color: #C42BDA; }
span { border-color: rgb(196,43,218); }
td.TdClassName
{
border-color: #C42BDA;
}
.TagClassName
{
border-color: #C42BDA;
}
</style>