Shades of Medium Orchid #C42DDA
Tints of Medium Orchid #C42DDA
RGB
CMYK
RGB Variations
Color information
#C42DDA (or 0xC42DDA) is known color: Medium Orchid. HEX triplet: C4, 2D and DA. RGB value is (196,45,218). Sum of RGB (Red+Green+Blue) = 196+45+218=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 45 (17.97% from 255 or 9.80% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #C42DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42DDA is #3BD225. Grayscale: #6D6D6D. Windows color (decimal): -3920422 or 14298564. OLE color: 14298564.
HSL color Cylindrical-coordinate representation of color #C42DDA: hue angle of 292.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42DDA is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 45 | 218 | - |
| CMYK | 0.10 | 0.79 | 0 | 0.15 |
| HSL | 292.37º | 0.7% | 0.52% | - |
| HSV(B) | 292.37º | 0.79% | 0.85% | - |
| XYZ | 36.36 | 18.67 | 68.02 | - |
| YUV | 109.87 | 189.03 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 218 | 0.10 | 0.79 | 0 | 0.15 | 292.37 | 0.7 | 0.52 |
| Hex | C4 | 2D | DA | A | 4F | 0 | F | 124 | 46 | 34 |
| Octal | 304 | 55 | 332 | 12 | 117 | 0 | 17 | 444 | 106 | 64 |
| Binary | 11000100 | 101101 | 11011010 | 1010 | 1001111 | 0 | 1111 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C42DDA
Complementary color
Monochromatic Colors of #C42DDA
Black with #C42DDA
Text Example
Text Example
White with #C42DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42DDA; }
p { color: rgb(196,45,218); }
H1.HeaderClassName
{
color: #C42DDA;
}
.AnyTagClassName
{
color: #C42DDA;
}
</style>
background-color css
<style>
a { background-color: #C42DDA; }
a { background-color: rgb(196,45,218); }
div.DivClassName
{
background-color: #C42DDA;
}
.BgClassName
{
background-color: #C42DDA;
}
</style>
border-color css
<style>
span { border-color: #C42DDA; }
span { border-color: rgb(196,45,218); }
td.TdClassName
{
border-color: #C42DDA;
}
.TagClassName
{
border-color: #C42DDA;
}
</style>