Shades of Medium Orchid #C431DD
Tints of Medium Orchid #C431DD
RGB
CMYK
RGB Variations
Color information
#C431DD (or 0xC431DD) is known color: Medium Orchid. HEX triplet: C4, 31 and DD. RGB value is (196,49,221). Sum of RGB (Red+Green+Blue) = 196+49+221=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C431DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C431DD is #3BCE22. Grayscale: #707070. Windows color (decimal): -3919395 or 14496196. OLE color: 14496196.
HSL color Cylindrical-coordinate representation of color #C431DD: hue angle of 291.28º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C431DD is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 49 | 221 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.28º | 0.72% | 0.53% | - |
| HSV(B) | 291.28º | 0.78% | 0.87% | - |
| XYZ | 36.91 | 19.15 | 70.16 | - |
| YUV | 112.56 | 189.2 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 221 | 0.11 | 0.78 | 0 | 0.13 | 291.28 | 0.72 | 0.53 |
| Hex | C4 | 31 | DD | B | 4E | 0 | D | 123 | 48 | 35 |
| Octal | 304 | 61 | 335 | 13 | 116 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000100 | 110001 | 11011101 | 1011 | 1001110 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C431DD
Complementary color
Monochromatic Colors of #C431DD
Black with #C431DD
Text Example
Text Example
White with #C431DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C431DD; }
p { color: rgb(196,49,221); }
H1.HeaderClassName
{
color: #C431DD;
}
.AnyTagClassName
{
color: #C431DD;
}
</style>
background-color css
<style>
a { background-color: #C431DD; }
a { background-color: rgb(196,49,221); }
div.DivClassName
{
background-color: #C431DD;
}
.BgClassName
{
background-color: #C431DD;
}
</style>
border-color css
<style>
span { border-color: #C431DD; }
span { border-color: rgb(196,49,221); }
td.TdClassName
{
border-color: #C431DD;
}
.TagClassName
{
border-color: #C431DD;
}
</style>