Shades of Medium Orchid #C430DC
Tints of Medium Orchid #C430DC
RGB
CMYK
RGB Variations
Color information
#C430DC (or 0xC430DC) is known color: Medium Orchid. HEX triplet: C4, 30 and DC. RGB value is (196,48,220). Sum of RGB (Red+Green+Blue) = 196+48+220=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #C430DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C430DC is #3BCF23. Grayscale: #6F6F6F. Windows color (decimal): -3919652 or 14430404. OLE color: 14430404.
HSL color Cylindrical-coordinate representation of color #C430DC: hue angle of 291.63º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C430DC is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 48 | 220 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.14 |
| HSL | 291.63º | 0.71% | 0.53% | - |
| HSV(B) | 291.63º | 0.78% | 0.86% | - |
| XYZ | 36.74 | 19.02 | 69.44 | - |
| YUV | 111.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 220 | 0.11 | 0.78 | 0 | 0.14 | 291.63 | 0.71 | 0.53 |
| Hex | C4 | 30 | DC | B | 4E | 0 | E | 124 | 47 | 35 |
| Octal | 304 | 60 | 334 | 13 | 116 | 0 | 16 | 444 | 107 | 65 |
| Binary | 11000100 | 110000 | 11011100 | 1011 | 1001110 | 0 | 1110 | 100100100 | 1000111 | 110101 |
Color Harmonies of #C430DC
Complementary color
Monochromatic Colors of #C430DC
Black with #C430DC
Text Example
Text Example
White with #C430DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430DC; }
p { color: rgb(196,48,220); }
H1.HeaderClassName
{
color: #C430DC;
}
.AnyTagClassName
{
color: #C430DC;
}
</style>
background-color css
<style>
a { background-color: #C430DC; }
a { background-color: rgb(196,48,220); }
div.DivClassName
{
background-color: #C430DC;
}
.BgClassName
{
background-color: #C430DC;
}
</style>
border-color css
<style>
span { border-color: #C430DC; }
span { border-color: rgb(196,48,220); }
td.TdClassName
{
border-color: #C430DC;
}
.TagClassName
{
border-color: #C430DC;
}
</style>