Shades of Orchid #C76EC4
Tints of Orchid #C76EC4
RGB
CMYK
RGB Variations
Color information
#C76EC4 (or 0xC76EC4) is known color: Orchid. HEX triplet: C7, 6E and C4. RGB value is (199,110,196). Sum of RGB (Red+Green+Blue) = 199+110+196=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EC4 is #38913B. Grayscale: #929292. Windows color (decimal): -3707196 or 12873415. OLE color: 12873415.
HSL color Cylindrical-coordinate representation of color #C76EC4: hue angle of 302.02º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76EC4 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 196 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.22 |
| HSL | 302.02º | 0.44% | 0.61% | - |
| HSV(B) | 302.02º | 0.45% | 0.78% | - |
| XYZ | 39.09 | 27.28 | 55.43 | - |
| YUV | 146.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 196 | 0 | 0.45 | 0.02 | 0.22 | 302.02 | 0.44 | 0.61 |
| Hex | C7 | 6E | C4 | 0 | 2D | 2 | 16 | 12E | 2C | 3D |
| Octal | 307 | 156 | 304 | 0 | 55 | 2 | 26 | 456 | 54 | 75 |
| Binary | 11000111 | 1101110 | 11000100 | 0 | 101101 | 10 | 10110 | 100101110 | 101100 | 111101 |
Color Harmonies of #C76EC4
Complementary color
Monochromatic Colors of #C76EC4
Black with #C76EC4
Text Example
Text Example
White with #C76EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EC4; }
p { color: rgb(199,110,196); }
H1.HeaderClassName
{
color: #C76EC4;
}
.AnyTagClassName
{
color: #C76EC4;
}
</style>
background-color css
<style>
a { background-color: #C76EC4; }
a { background-color: rgb(199,110,196); }
div.DivClassName
{
background-color: #C76EC4;
}
.BgClassName
{
background-color: #C76EC4;
}
</style>
border-color css
<style>
span { border-color: #C76EC4; }
span { border-color: rgb(199,110,196); }
td.TdClassName
{
border-color: #C76EC4;
}
.TagClassName
{
border-color: #C76EC4;
}
</style>