Shades of Medium Orchid #C430DD
Tints of Medium Orchid #C430DD
RGB
CMYK
RGB Variations
Color information
#C430DD (or 0xC430DD) is known color: Medium Orchid. HEX triplet: C4, 30 and DD. RGB value is (196,48,221). Sum of RGB (Red+Green+Blue) = 196+48+221=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #C430DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430DD is #3BCF22. Grayscale: #6F6F6F. Windows color (decimal): -3919651 or 14495940. OLE color: 14495940.
HSL color Cylindrical-coordinate representation of color #C430DD: hue angle of 291.33º 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 #C430DD is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 48 | 221 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.13 |
| HSL | 291.33º | 0.72% | 0.53% | - |
| HSV(B) | 291.33º | 0.78% | 0.87% | - |
| XYZ | 36.87 | 19.07 | 70.14 | - |
| YUV | 111.97 | 189.53 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 221 | 0.11 | 0.78 | 0 | 0.13 | 291.33 | 0.72 | 0.53 |
| Hex | C4 | 30 | DD | B | 4E | 0 | D | 123 | 48 | 35 |
| Octal | 304 | 60 | 335 | 13 | 116 | 0 | 15 | 443 | 110 | 65 |
| Binary | 11000100 | 110000 | 11011101 | 1011 | 1001110 | 0 | 1101 | 100100011 | 1001000 | 110101 |
Color Harmonies of #C430DD
Complementary color
Monochromatic Colors of #C430DD
Black with #C430DD
Text Example
Text Example
White with #C430DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430DD; }
p { color: rgb(196,48,221); }
H1.HeaderClassName
{
color: #C430DD;
}
.AnyTagClassName
{
color: #C430DD;
}
</style>
background-color css
<style>
a { background-color: #C430DD; }
a { background-color: rgb(196,48,221); }
div.DivClassName
{
background-color: #C430DD;
}
.BgClassName
{
background-color: #C430DD;
}
</style>
border-color css
<style>
span { border-color: #C430DD; }
span { border-color: rgb(196,48,221); }
td.TdClassName
{
border-color: #C430DD;
}
.TagClassName
{
border-color: #C430DD;
}
</style>