Shades of Orchid #CE76C1
Tints of Orchid #CE76C1
RGB
CMYK
RGB Variations
Color information
#CE76C1 (or 0xCE76C1) is known color: Orchid. HEX triplet: CE, 76 and C1. RGB value is (206,118,193). Sum of RGB (Red+Green+Blue) = 206+118+193=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 118 (46.48% from 255 or 22.82% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76C1 is #31893E. Grayscale: #989898. Windows color (decimal): -3246399 or 12678862. OLE color: 12678862.
HSL color Cylindrical-coordinate representation of color #CE76C1: hue angle of 308.86º 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 #CE76C1 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 193 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.19 |
| HSL | 308.86º | 0.47% | 0.64% | - |
| HSV(B) | 308.86º | 0.43% | 0.81% | - |
| XYZ | 41.56 | 29.93 | 54.04 | - |
| YUV | 152.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 193 | 0 | 0.43 | 0.06 | 0.19 | 308.86 | 0.47 | 0.64 |
| Hex | CE | 76 | C1 | 0 | 2B | 6 | 13 | 135 | 2F | 40 |
| Octal | 316 | 166 | 301 | 0 | 53 | 6 | 23 | 465 | 57 | 100 |
| Binary | 11001110 | 1110110 | 11000001 | 0 | 101011 | 110 | 10011 | 100110101 | 101111 | 1000000 |
Color Harmonies of #CE76C1
Complementary color
Monochromatic Colors of #CE76C1
Black with #CE76C1
Text Example
Text Example
White with #CE76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76C1; }
p { color: rgb(206,118,193); }
H1.HeaderClassName
{
color: #CE76C1;
}
.AnyTagClassName
{
color: #CE76C1;
}
</style>
background-color css
<style>
a { background-color: #CE76C1; }
a { background-color: rgb(206,118,193); }
div.DivClassName
{
background-color: #CE76C1;
}
.BgClassName
{
background-color: #CE76C1;
}
</style>
border-color css
<style>
span { border-color: #CE76C1; }
span { border-color: rgb(206,118,193); }
td.TdClassName
{
border-color: #CE76C1;
}
.TagClassName
{
border-color: #CE76C1;
}
</style>