Shades of Orchid #C46CCE
Tints of Orchid #C46CCE
RGB
CMYK
RGB Variations
Color information
#C46CCE (or 0xC46CCE) is known color: Orchid. HEX triplet: C4, 6C and CE. RGB value is (196,108,206). Sum of RGB (Red+Green+Blue) = 196+108+206=510 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.43% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #C46CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CCE is #3B9331. Grayscale: #919191. Windows color (decimal): -3904306 or 13528260. OLE color: 13528260.
HSL color Cylindrical-coordinate representation of color #C46CCE: hue angle of 293.88º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46CCE is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 108 | 206 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.19 |
| HSL | 293.88º | 0.5% | 0.62% | - |
| HSV(B) | 293.88º | 0.48% | 0.81% | - |
| XYZ | 39.27 | 26.92 | 61.52 | - |
| YUV | 145.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 108 | 206 | 0.05 | 0.48 | 0 | 0.19 | 293.88 | 0.5 | 0.62 |
| Hex | C4 | 6C | CE | 5 | 30 | 0 | 13 | 126 | 32 | 3E |
| Octal | 304 | 154 | 316 | 5 | 60 | 0 | 23 | 446 | 62 | 76 |
| Binary | 11000100 | 1101100 | 11001110 | 101 | 110000 | 0 | 10011 | 100100110 | 110010 | 111110 |
Color Harmonies of #C46CCE
Complementary color
Monochromatic Colors of #C46CCE
Black with #C46CCE
Text Example
Text Example
White with #C46CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46CCE; }
p { color: rgb(196,108,206); }
H1.HeaderClassName
{
color: #C46CCE;
}
.AnyTagClassName
{
color: #C46CCE;
}
</style>
background-color css
<style>
a { background-color: #C46CCE; }
a { background-color: rgb(196,108,206); }
div.DivClassName
{
background-color: #C46CCE;
}
.BgClassName
{
background-color: #C46CCE;
}
</style>
border-color css
<style>
span { border-color: #C46CCE; }
span { border-color: rgb(196,108,206); }
td.TdClassName
{
border-color: #C46CCE;
}
.TagClassName
{
border-color: #C46CCE;
}
</style>