Shades of Medium Orchid #C461DC
Tints of Medium Orchid #C461DC
RGB
CMYK
RGB Variations
Color information
#C461DC (or 0xC461DC) is known color: Medium Orchid. HEX triplet: C4, 61 and DC. RGB value is (196,97,220). Sum of RGB (Red+Green+Blue) = 196+97+220=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C461DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DC is #3B9E23. Grayscale: #8C8C8C. Windows color (decimal): -3907108 or 14442948. OLE color: 14442948.
HSL color Cylindrical-coordinate representation of color #C461DC: hue angle of 288.29º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C461DC is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 97 | 220 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.14 |
| HSL | 288.29º | 0.64% | 0.62% | - |
| HSV(B) | 288.29º | 0.56% | 0.86% | - |
| XYZ | 39.96 | 25.45 | 70.52 | - |
| YUV | 140.62 | 172.8 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 220 | 0.11 | 0.56 | 0 | 0.14 | 288.29 | 0.64 | 0.62 |
| Hex | C4 | 61 | DC | B | 38 | 0 | E | 120 | 40 | 3E |
| Octal | 304 | 141 | 334 | 13 | 70 | 0 | 16 | 440 | 100 | 76 |
| Binary | 11000100 | 1100001 | 11011100 | 1011 | 111000 | 0 | 1110 | 100100000 | 1000000 | 111110 |
Color Harmonies of #C461DC
Complementary color
Monochromatic Colors of #C461DC
Black with #C461DC
Text Example
Text Example
White with #C461DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461DC; }
p { color: rgb(196,97,220); }
H1.HeaderClassName
{
color: #C461DC;
}
.AnyTagClassName
{
color: #C461DC;
}
</style>
background-color css
<style>
a { background-color: #C461DC; }
a { background-color: rgb(196,97,220); }
div.DivClassName
{
background-color: #C461DC;
}
.BgClassName
{
background-color: #C461DC;
}
</style>
border-color css
<style>
span { border-color: #C461DC; }
span { border-color: rgb(196,97,220); }
td.TdClassName
{
border-color: #C461DC;
}
.TagClassName
{
border-color: #C461DC;
}
</style>