Shades of Medium Orchid #C46DD1
Tints of Medium Orchid #C46DD1
RGB
CMYK
RGB Variations
Color information
#C46DD1 (or 0xC46DD1) is known color: Medium Orchid. HEX triplet: C4, 6D and D1. RGB value is (196,109,209). Sum of RGB (Red+Green+Blue) = 196+109+209=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 209 (82.03% from 255 or 40.66% from 514); Max value from RGB is 209 - color contains mainly: blue. Hex color #C46DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DD1 is #3B922E. Grayscale: #929292. Windows color (decimal): -3904047 or 13725124. OLE color: 13725124.
HSL color Cylindrical-coordinate representation of color #C46DD1: hue angle of 292.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46DD1 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 109 | 209 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.18 |
| HSL | 292.2º | 0.52% | 0.62% | - |
| HSV(B) | 292.2º | 0.48% | 0.82% | - |
| XYZ | 39.74 | 27.28 | 63.49 | - |
| YUV | 146.41 | 163.32 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 209 | 0.06 | 0.48 | 0 | 0.18 | 292.2 | 0.52 | 0.62 |
| Hex | C4 | 6D | D1 | 6 | 30 | 0 | 12 | 124 | 34 | 3E |
| Octal | 304 | 155 | 321 | 6 | 60 | 0 | 22 | 444 | 64 | 76 |
| Binary | 11000100 | 1101101 | 11010001 | 110 | 110000 | 0 | 10010 | 100100100 | 110100 | 111110 |
Color Harmonies of #C46DD1
Complementary color
Monochromatic Colors of #C46DD1
Black with #C46DD1
Text Example
Text Example
White with #C46DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DD1; }
p { color: rgb(196,109,209); }
H1.HeaderClassName
{
color: #C46DD1;
}
.AnyTagClassName
{
color: #C46DD1;
}
</style>
background-color css
<style>
a { background-color: #C46DD1; }
a { background-color: rgb(196,109,209); }
div.DivClassName
{
background-color: #C46DD1;
}
.BgClassName
{
background-color: #C46DD1;
}
</style>
border-color css
<style>
span { border-color: #C46DD1; }
span { border-color: rgb(196,109,209); }
td.TdClassName
{
border-color: #C46DD1;
}
.TagClassName
{
border-color: #C46DD1;
}
</style>