Shades of Orchid #CE76D9
Tints of Orchid #CE76D9
RGB
CMYK
RGB Variations
Color information
#CE76D9 (or 0xCE76D9) is known color: Orchid. HEX triplet: CE, 76 and D9. RGB value is (206,118,217). Sum of RGB (Red+Green+Blue) = 206+118+217=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 217 (85.16% from 255 or 40.11% from 541); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE76D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76D9 is #318926. Grayscale: #9B9B9B. Windows color (decimal): -3246375 or 14251726. OLE color: 14251726.
HSL color Cylindrical-coordinate representation of color #CE76D9: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE76D9 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 118 | 217 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.15 |
| HSL | 293.33º | 0.57% | 0.66% | - |
| HSV(B) | 293.33º | 0.46% | 0.85% | - |
| XYZ | 44.46 | 31.09 | 69.3 | - |
| YUV | 155.6 | 162.65 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 217 | 0.05 | 0.46 | 0 | 0.15 | 293.33 | 0.57 | 0.66 |
| Hex | CE | 76 | D9 | 5 | 2E | 0 | F | 125 | 39 | 42 |
| Octal | 316 | 166 | 331 | 5 | 56 | 0 | 17 | 445 | 71 | 102 |
| Binary | 11001110 | 1110110 | 11011001 | 101 | 101110 | 0 | 1111 | 100100101 | 111001 | 1000010 |
Color Harmonies of #CE76D9
Complementary color
Monochromatic Colors of #CE76D9
Black with #CE76D9
Text Example
Text Example
White with #CE76D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76D9; }
p { color: rgb(206,118,217); }
H1.HeaderClassName
{
color: #CE76D9;
}
.AnyTagClassName
{
color: #CE76D9;
}
</style>
background-color css
<style>
a { background-color: #CE76D9; }
a { background-color: rgb(206,118,217); }
div.DivClassName
{
background-color: #CE76D9;
}
.BgClassName
{
background-color: #CE76D9;
}
</style>
border-color css
<style>
span { border-color: #CE76D9; }
span { border-color: rgb(206,118,217); }
td.TdClassName
{
border-color: #CE76D9;
}
.TagClassName
{
border-color: #CE76D9;
}
</style>