Shades of Orchid #C76EC8
Tints of Orchid #C76EC8
RGB
CMYK
RGB Variations
Color information
#C76EC8 (or 0xC76EC8) is known color: Orchid. HEX triplet: C7, 6E and C8. RGB value is (199,110,200). Sum of RGB (Red+Green+Blue) = 199+110+200=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 110 (43.36% from 255 or 21.61% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 200 - color contains mainly: blue. Hex color #C76EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EC8 is #389137. Grayscale: #929292. Windows color (decimal): -3707192 or 13135559. OLE color: 13135559.
HSL color Cylindrical-coordinate representation of color #C76EC8: hue angle of 299.33º degrees, saturation: 0.45, 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 #C76EC8 is Cyan = 0.00, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 110 | 200 | - |
| CMYK | 0.00 | 0.45 | 0 | 0.22 |
| HSL | 299.33º | 0.45% | 0.61% | - |
| HSV(B) | 299.33º | 0.45% | 0.78% | - |
| XYZ | 39.55 | 27.46 | 57.86 | - |
| YUV | 146.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 200 | 0.00 | 0.45 | 0 | 0.22 | 299.33 | 0.45 | 0.61 |
| Hex | C7 | 6E | C8 | 0 | 2D | 0 | 16 | 12B | 2D | 3D |
| Octal | 307 | 156 | 310 | 0 | 55 | 0 | 26 | 453 | 55 | 75 |
| Binary | 11000111 | 1101110 | 11001000 | 0 | 101101 | 0 | 10110 | 100101011 | 101101 | 111101 |
Color Harmonies of #C76EC8
Complementary color
Monochromatic Colors of #C76EC8
Black with #C76EC8
Text Example
Text Example
White with #C76EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EC8; }
p { color: rgb(199,110,200); }
H1.HeaderClassName
{
color: #C76EC8;
}
.AnyTagClassName
{
color: #C76EC8;
}
</style>
background-color css
<style>
a { background-color: #C76EC8; }
a { background-color: rgb(199,110,200); }
div.DivClassName
{
background-color: #C76EC8;
}
.BgClassName
{
background-color: #C76EC8;
}
</style>
border-color css
<style>
span { border-color: #C76EC8; }
span { border-color: rgb(199,110,200); }
td.TdClassName
{
border-color: #C76EC8;
}
.TagClassName
{
border-color: #C76EC8;
}
</style>