Shades of Medium Orchid #C431DA
Tints of Medium Orchid #C431DA
RGB
CMYK
RGB Variations
Color information
#C431DA (or 0xC431DA) is known color: Medium Orchid. HEX triplet: C4, 31 and DA. RGB value is (196,49,218). Sum of RGB (Red+Green+Blue) = 196+49+218=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #C431DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431DA is #3BCE25. Grayscale: #6F6F6F. Windows color (decimal): -3919398 or 14299588. OLE color: 14299588.
HSL color Cylindrical-coordinate representation of color #C431DA: hue angle of 292.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C431DA is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 49 | 218 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.15 |
| HSL | 292.19º | 0.7% | 0.52% | - |
| HSV(B) | 292.19º | 0.78% | 0.85% | - |
| XYZ | 36.52 | 18.99 | 68.07 | - |
| YUV | 112.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 218 | 0.10 | 0.78 | 0 | 0.15 | 292.19 | 0.7 | 0.52 |
| Hex | C4 | 31 | DA | A | 4E | 0 | F | 124 | 46 | 34 |
| Octal | 304 | 61 | 332 | 12 | 116 | 0 | 17 | 444 | 106 | 64 |
| Binary | 11000100 | 110001 | 11011010 | 1010 | 1001110 | 0 | 1111 | 100100100 | 1000110 | 110100 |
Color Harmonies of #C431DA
Complementary color
Monochromatic Colors of #C431DA
Black with #C431DA
Text Example
Text Example
White with #C431DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431DA; }
p { color: rgb(196,49,218); }
H1.HeaderClassName
{
color: #C431DA;
}
.AnyTagClassName
{
color: #C431DA;
}
</style>
background-color css
<style>
a { background-color: #C431DA; }
a { background-color: rgb(196,49,218); }
div.DivClassName
{
background-color: #C431DA;
}
.BgClassName
{
background-color: #C431DA;
}
</style>
border-color css
<style>
span { border-color: #C431DA; }
span { border-color: rgb(196,49,218); }
td.TdClassName
{
border-color: #C431DA;
}
.TagClassName
{
border-color: #C431DA;
}
</style>