Shades of Orchid #C46DCD
Tints of Orchid #C46DCD
RGB
CMYK
RGB Variations
Color information
#C46DCD (or 0xC46DCD) is known color: Orchid. HEX triplet: C4, 6D and CD. RGB value is (196,109,205). Sum of RGB (Red+Green+Blue) = 196+109+205=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46DCD is #3B9232. Grayscale: #919191. Windows color (decimal): -3904051 or 13462980. OLE color: 13462980.
HSL color Cylindrical-coordinate representation of color #C46DCD: hue angle of 294.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46DCD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 109 | 205 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.20 |
| HSL | 294.38º | 0.49% | 0.62% | - |
| HSV(B) | 294.38º | 0.47% | 0.8% | - |
| XYZ | 39.25 | 27.08 | 60.92 | - |
| YUV | 145.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 109 | 205 | 0.04 | 0.47 | 0 | 0.20 | 294.38 | 0.49 | 0.62 |
| Hex | C4 | 6D | CD | 4 | 2F | 0 | 14 | 126 | 31 | 3E |
| Octal | 304 | 155 | 315 | 4 | 57 | 0 | 24 | 446 | 61 | 76 |
| Binary | 11000100 | 1101101 | 11001101 | 100 | 101111 | 0 | 10100 | 100100110 | 110001 | 111110 |
Color Harmonies of #C46DCD
Complementary color
Monochromatic Colors of #C46DCD
Black with #C46DCD
Text Example
Text Example
White with #C46DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46DCD; }
p { color: rgb(196,109,205); }
H1.HeaderClassName
{
color: #C46DCD;
}
.AnyTagClassName
{
color: #C46DCD;
}
</style>
background-color css
<style>
a { background-color: #C46DCD; }
a { background-color: rgb(196,109,205); }
div.DivClassName
{
background-color: #C46DCD;
}
.BgClassName
{
background-color: #C46DCD;
}
</style>
border-color css
<style>
span { border-color: #C46DCD; }
span { border-color: rgb(196,109,205); }
td.TdClassName
{
border-color: #C46DCD;
}
.TagClassName
{
border-color: #C46DCD;
}
</style>