Shades of Orchid #CE76C0
Tints of Orchid #CE76C0
RGB
CMYK
RGB Variations
Color information
#CE76C0 (or 0xCE76C0) is known color: Orchid. HEX triplet: CE, 76 and C0. RGB value is (206,118,192). Sum of RGB (Red+Green+Blue) = 206+118+192=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76C0 is #31893F. Grayscale: #989898. Windows color (decimal): -3246400 or 12613326. OLE color: 12613326.
HSL color Cylindrical-coordinate representation of color #CE76C0: hue angle of 309.55º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76C0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 192 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.19 |
| HSL | 309.55º | 0.47% | 0.64% | - |
| HSV(B) | 309.55º | 0.43% | 0.81% | - |
| XYZ | 41.45 | 29.88 | 53.45 | - |
| YUV | 152.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 192 | 0 | 0.43 | 0.07 | 0.19 | 309.55 | 0.47 | 0.64 |
| Hex | CE | 76 | C0 | 0 | 2B | 7 | 13 | 136 | 2F | 40 |
| Octal | 316 | 166 | 300 | 0 | 53 | 7 | 23 | 466 | 57 | 100 |
| Binary | 11001110 | 1110110 | 11000000 | 0 | 101011 | 111 | 10011 | 100110110 | 101111 | 1000000 |
Color Harmonies of #CE76C0
Complementary color
Monochromatic Colors of #CE76C0
Black with #CE76C0
Text Example
Text Example
White with #CE76C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76C0; }
p { color: rgb(206,118,192); }
H1.HeaderClassName
{
color: #CE76C0;
}
.AnyTagClassName
{
color: #CE76C0;
}
</style>
background-color css
<style>
a { background-color: #CE76C0; }
a { background-color: rgb(206,118,192); }
div.DivClassName
{
background-color: #CE76C0;
}
.BgClassName
{
background-color: #CE76C0;
}
</style>
border-color css
<style>
span { border-color: #CE76C0; }
span { border-color: rgb(206,118,192); }
td.TdClassName
{
border-color: #CE76C0;
}
.TagClassName
{
border-color: #CE76C0;
}
</style>