Shades of Orchid #CE76BC
Tints of Orchid #CE76BC
RGB
CMYK
RGB Variations
Color information
#CE76BC (or 0xCE76BC) is known color: Orchid. HEX triplet: CE, 76 and BC. RGB value is (206,118,188). Sum of RGB (Red+Green+Blue) = 206+118+188=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76BC is #318943. Grayscale: #989898. Windows color (decimal): -3246404 or 12351182. OLE color: 12351182.
HSL color Cylindrical-coordinate representation of color #CE76BC: hue angle of 312.27º 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 #CE76BC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 118 | 188 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.19 |
| HSL | 312.27º | 0.47% | 0.64% | - |
| HSV(B) | 312.27º | 0.43% | 0.81% | - |
| XYZ | 41.01 | 29.71 | 51.15 | - |
| YUV | 152.29 | 148.15 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 188 | 0 | 0.43 | 0.09 | 0.19 | 312.27 | 0.47 | 0.64 |
| Hex | CE | 76 | BC | 0 | 2B | 9 | 13 | 138 | 2F | 40 |
| Octal | 316 | 166 | 274 | 0 | 53 | 11 | 23 | 470 | 57 | 100 |
| Binary | 11001110 | 1110110 | 10111100 | 0 | 101011 | 1001 | 10011 | 100111000 | 101111 | 1000000 |
Color Harmonies of #CE76BC
Complementary color
Monochromatic Colors of #CE76BC
Black with #CE76BC
Text Example
Text Example
White with #CE76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76BC; }
p { color: rgb(206,118,188); }
H1.HeaderClassName
{
color: #CE76BC;
}
.AnyTagClassName
{
color: #CE76BC;
}
</style>
background-color css
<style>
a { background-color: #CE76BC; }
a { background-color: rgb(206,118,188); }
div.DivClassName
{
background-color: #CE76BC;
}
.BgClassName
{
background-color: #CE76BC;
}
</style>
border-color css
<style>
span { border-color: #CE76BC; }
span { border-color: rgb(206,118,188); }
td.TdClassName
{
border-color: #CE76BC;
}
.TagClassName
{
border-color: #CE76BC;
}
</style>