Shades of Medium Orchid #C432DD
Tints of Medium Orchid #C432DD
RGB
CMYK
RGB Variations
Color information
#C432DD (or 0xC432DD) is known color: Medium Orchid. HEX triplet: C4, 32 and DD. RGB value is (196,50,221). Sum of RGB (Red+Green+Blue) = 196+50+221=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C432DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432DD is #3BCD22. Grayscale: #707070. Windows color (decimal): -3919139 or 14496452. OLE color: 14496452.
HSL color Cylindrical-coordinate representation of color #C432DD: hue angle of 291.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C432DD is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 50 | 221 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.13 |
| HSL | 291.23º | 0.72% | 0.53% | - |
| HSV(B) | 291.23º | 0.77% | 0.87% | - |
| XYZ | 36.96 | 19.24 | 70.17 | - |
| YUV | 113.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 221 | 0.11 | 0.77 | 0 | 0.13 | 291.23 | 0.72 | 0.53 |
| Hex | C4 | 32 | DD | B | 4D | 0 | D | 123 | 48 | 35 |
| Octal | 304 | 62 | 335 | 13 | 115 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000100 | 110010 | 11011101 | 1011 | 1001101 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C432DD
Complementary color
Monochromatic Colors of #C432DD
Black with #C432DD
Text Example
Text Example
White with #C432DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C432DD; }
p { color: rgb(196,50,221); }
H1.HeaderClassName
{
color: #C432DD;
}
.AnyTagClassName
{
color: #C432DD;
}
</style>
background-color css
<style>
a { background-color: #C432DD; }
a { background-color: rgb(196,50,221); }
div.DivClassName
{
background-color: #C432DD;
}
.BgClassName
{
background-color: #C432DD;
}
</style>
border-color css
<style>
span { border-color: #C432DD; }
span { border-color: rgb(196,50,221); }
td.TdClassName
{
border-color: #C432DD;
}
.TagClassName
{
border-color: #C432DD;
}
</style>