Shades of Orchid #C46ECB
Tints of Orchid #C46ECB
RGB
CMYK
RGB Variations
Color information
#C46ECB (or 0xC46ECB) is known color: Orchid. HEX triplet: C4, 6E and CB. RGB value is (196,110,203). Sum of RGB (Red+Green+Blue) = 196+110+203=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #C46ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46ECB is #3B9134. Grayscale: #929292. Windows color (decimal): -3903797 or 13332164. OLE color: 13332164.
HSL color Cylindrical-coordinate representation of color #C46ECB: hue angle of 295.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46ECB is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 110 | 203 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.20 |
| HSL | 295.48º | 0.47% | 0.61% | - |
| HSV(B) | 295.48º | 0.46% | 0.8% | - |
| XYZ | 39.12 | 27.2 | 59.69 | - |
| YUV | 146.32 | 159.99 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 203 | 0.03 | 0.46 | 0 | 0.20 | 295.48 | 0.47 | 0.61 |
| Hex | C4 | 6E | CB | 3 | 2E | 0 | 14 | 127 | 2F | 3D |
| Octal | 304 | 156 | 313 | 3 | 56 | 0 | 24 | 447 | 57 | 75 |
| Binary | 11000100 | 1101110 | 11001011 | 11 | 101110 | 0 | 10100 | 100100111 | 101111 | 111101 |
Color Harmonies of #C46ECB
Complementary color
Monochromatic Colors of #C46ECB
Black with #C46ECB
Text Example
Text Example
White with #C46ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46ECB; }
p { color: rgb(196,110,203); }
H1.HeaderClassName
{
color: #C46ECB;
}
.AnyTagClassName
{
color: #C46ECB;
}
</style>
background-color css
<style>
a { background-color: #C46ECB; }
a { background-color: rgb(196,110,203); }
div.DivClassName
{
background-color: #C46ECB;
}
.BgClassName
{
background-color: #C46ECB;
}
</style>
border-color css
<style>
span { border-color: #C46ECB; }
span { border-color: rgb(196,110,203); }
td.TdClassName
{
border-color: #C46ECB;
}
.TagClassName
{
border-color: #C46ECB;
}
</style>