Shades of Medium Orchid #C461DF
Tints of Medium Orchid #C461DF
RGB
CMYK
RGB Variations
Color information
#C461DF (or 0xC461DF) is known color: Medium Orchid. HEX triplet: C4, 61 and DF. RGB value is (196,97,223). Sum of RGB (Red+Green+Blue) = 196+97+223=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #C461DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461DF is #3B9E20. Grayscale: #8C8C8C. Windows color (decimal): -3907105 or 14639556. OLE color: 14639556.
HSL color Cylindrical-coordinate representation of color #C461DF: hue angle of 287.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C461DF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 97 | 223 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.13 |
| HSL | 287.14º | 0.66% | 0.63% | - |
| HSV(B) | 287.14º | 0.57% | 0.87% | - |
| XYZ | 40.36 | 25.61 | 72.63 | - |
| YUV | 140.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 223 | 0.12 | 0.57 | 0 | 0.13 | 287.14 | 0.66 | 0.63 |
| Hex | C4 | 61 | DF | C | 39 | 0 | D | 11F | 42 | 3F |
| Octal | 304 | 141 | 337 | 14 | 71 | 0 | 15 | 437 | 102 | 77 |
| Binary | 11000100 | 1100001 | 11011111 | 1100 | 111001 | 0 | 1101 | 100011111 | 1000010 | 111111 |
Color Harmonies of #C461DF
Complementary color
Monochromatic Colors of #C461DF
Black with #C461DF
Text Example
Text Example
White with #C461DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C461DF; }
p { color: rgb(196,97,223); }
H1.HeaderClassName
{
color: #C461DF;
}
.AnyTagClassName
{
color: #C461DF;
}
</style>
background-color css
<style>
a { background-color: #C461DF; }
a { background-color: rgb(196,97,223); }
div.DivClassName
{
background-color: #C461DF;
}
.BgClassName
{
background-color: #C461DF;
}
</style>
border-color css
<style>
span { border-color: #C461DF; }
span { border-color: rgb(196,97,223); }
td.TdClassName
{
border-color: #C461DF;
}
.TagClassName
{
border-color: #C461DF;
}
</style>