Shades of Orchid #C46FCF
Tints of Orchid #C46FCF
RGB
CMYK
RGB Variations
Color information
#C46FCF (or 0xC46FCF) is known color: Orchid. HEX triplet: C4, 6F and CF. RGB value is (196,111,207). Sum of RGB (Red+Green+Blue) = 196+111+207=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C46FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46FCF is #3B9030. Grayscale: #939393. Windows color (decimal): -3903537 or 13594564. OLE color: 13594564.
HSL color Cylindrical-coordinate representation of color #C46FCF: hue angle of 293.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46FCF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 111 | 207 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.19 |
| HSL | 293.13º | 0.5% | 0.62% | - |
| HSV(B) | 293.13º | 0.46% | 0.81% | - |
| XYZ | 39.71 | 27.61 | 62.27 | - |
| YUV | 147.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 111 | 207 | 0.05 | 0.46 | 0 | 0.19 | 293.13 | 0.5 | 0.62 |
| Hex | C4 | 6F | CF | 5 | 2E | 0 | 13 | 125 | 32 | 3E |
| Octal | 304 | 157 | 317 | 5 | 56 | 0 | 23 | 445 | 62 | 76 |
| Binary | 11000100 | 1101111 | 11001111 | 101 | 101110 | 0 | 10011 | 100100101 | 110010 | 111110 |
Color Harmonies of #C46FCF
Complementary color
Monochromatic Colors of #C46FCF
Black with #C46FCF
Text Example
Text Example
White with #C46FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46FCF; }
p { color: rgb(196,111,207); }
H1.HeaderClassName
{
color: #C46FCF;
}
.AnyTagClassName
{
color: #C46FCF;
}
</style>
background-color css
<style>
a { background-color: #C46FCF; }
a { background-color: rgb(196,111,207); }
div.DivClassName
{
background-color: #C46FCF;
}
.BgClassName
{
background-color: #C46FCF;
}
</style>
border-color css
<style>
span { border-color: #C46FCF; }
span { border-color: rgb(196,111,207); }
td.TdClassName
{
border-color: #C46FCF;
}
.TagClassName
{
border-color: #C46FCF;
}
</style>