Shades of Orchid #C46FCD
Tints of Orchid #C46FCD
RGB
CMYK
RGB Variations
Color information
#C46FCD (or 0xC46FCD) is known color: Orchid. HEX triplet: C4, 6F and CD. RGB value is (196,111,205). Sum of RGB (Red+Green+Blue) = 196+111+205=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C46FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FCD is #3B9032. Grayscale: #929292. Windows color (decimal): -3903539 or 13463492. OLE color: 13463492.
HSL color Cylindrical-coordinate representation of color #C46FCD: hue angle of 294.26º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46FCD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 111 | 205 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.20 |
| HSL | 294.26º | 0.48% | 0.62% | - |
| HSV(B) | 294.26º | 0.46% | 0.8% | - |
| XYZ | 39.47 | 27.51 | 60.99 | - |
| YUV | 147.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 205 | 0.04 | 0.46 | 0 | 0.20 | 294.26 | 0.48 | 0.62 |
| Hex | C4 | 6F | CD | 4 | 2E | 0 | 14 | 126 | 30 | 3E |
| Octal | 304 | 157 | 315 | 4 | 56 | 0 | 24 | 446 | 60 | 76 |
| Binary | 11000100 | 1101111 | 11001101 | 100 | 101110 | 0 | 10100 | 100100110 | 110000 | 111110 |
Color Harmonies of #C46FCD
Complementary color
Monochromatic Colors of #C46FCD
Black with #C46FCD
Text Example
Text Example
White with #C46FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FCD; }
p { color: rgb(196,111,205); }
H1.HeaderClassName
{
color: #C46FCD;
}
.AnyTagClassName
{
color: #C46FCD;
}
</style>
background-color css
<style>
a { background-color: #C46FCD; }
a { background-color: rgb(196,111,205); }
div.DivClassName
{
background-color: #C46FCD;
}
.BgClassName
{
background-color: #C46FCD;
}
</style>
border-color css
<style>
span { border-color: #C46FCD; }
span { border-color: rgb(196,111,205); }
td.TdClassName
{
border-color: #C46FCD;
}
.TagClassName
{
border-color: #C46FCD;
}
</style>