Shades of Medium Orchid #C46DDC
Tints of Medium Orchid #C46DDC
RGB
CMYK
RGB Variations
Color information
#C46DDC (or 0xC46DDC) is known color: Medium Orchid. HEX triplet: C4, 6D and DC. RGB value is (196,109,220). Sum of RGB (Red+Green+Blue) = 196+109+220=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C46DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DDC is #3B9223. Grayscale: #939393. Windows color (decimal): -3904036 or 14446020. OLE color: 14446020.
HSL color Cylindrical-coordinate representation of color #C46DDC: hue angle of 287.03º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46DDC is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 109 | 220 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.14 |
| HSL | 287.03º | 0.61% | 0.65% | - |
| HSV(B) | 287.03º | 0.5% | 0.86% | - |
| XYZ | 41.15 | 27.84 | 70.91 | - |
| YUV | 147.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 220 | 0.11 | 0.50 | 0 | 0.14 | 287.03 | 0.61 | 0.65 |
| Hex | C4 | 6D | DC | B | 32 | 0 | E | 11F | 3D | 41 |
| Octal | 304 | 155 | 334 | 13 | 62 | 0 | 16 | 437 | 75 | 101 |
| Binary | 11000100 | 1101101 | 11011100 | 1011 | 110010 | 0 | 1110 | 100011111 | 111101 | 1000001 |
Color Harmonies of #C46DDC
Complementary color
Monochromatic Colors of #C46DDC
Black with #C46DDC
Text Example
Text Example
White with #C46DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DDC; }
p { color: rgb(196,109,220); }
H1.HeaderClassName
{
color: #C46DDC;
}
.AnyTagClassName
{
color: #C46DDC;
}
</style>
background-color css
<style>
a { background-color: #C46DDC; }
a { background-color: rgb(196,109,220); }
div.DivClassName
{
background-color: #C46DDC;
}
.BgClassName
{
background-color: #C46DDC;
}
</style>
border-color css
<style>
span { border-color: #C46DDC; }
span { border-color: rgb(196,109,220); }
td.TdClassName
{
border-color: #C46DDC;
}
.TagClassName
{
border-color: #C46DDC;
}
</style>