Shades of Orchid #CE76D6
Tints of Orchid #CE76D6
RGB
CMYK
RGB Variations
Color information
#CE76D6 (or 0xCE76D6) is known color: Orchid. HEX triplet: CE, 76 and D6. RGB value is (206,118,214). Sum of RGB (Red+Green+Blue) = 206+118+214=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE76D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76D6 is #318929. Grayscale: #9A9A9A. Windows color (decimal): -3246378 or 14055118. OLE color: 14055118.
HSL color Cylindrical-coordinate representation of color #CE76D6: hue angle of 295º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE76D6 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 118 | 214 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.16 |
| HSL | 295º | 0.54% | 0.65% | - |
| HSV(B) | 295º | 0.45% | 0.84% | - |
| XYZ | 44.07 | 30.93 | 67.27 | - |
| YUV | 155.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 118 | 214 | 0.04 | 0.45 | 0 | 0.16 | 295 | 0.54 | 0.65 |
| Hex | CE | 76 | D6 | 4 | 2D | 0 | 10 | 127 | 36 | 41 |
| Octal | 316 | 166 | 326 | 4 | 55 | 0 | 20 | 447 | 66 | 101 |
| Binary | 11001110 | 1110110 | 11010110 | 100 | 101101 | 0 | 10000 | 100100111 | 110110 | 1000001 |
Color Harmonies of #CE76D6
Complementary color
Monochromatic Colors of #CE76D6
Black with #CE76D6
Text Example
Text Example
White with #CE76D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE76D6; }
p { color: rgb(206,118,214); }
H1.HeaderClassName
{
color: #CE76D6;
}
.AnyTagClassName
{
color: #CE76D6;
}
</style>
background-color css
<style>
a { background-color: #CE76D6; }
a { background-color: rgb(206,118,214); }
div.DivClassName
{
background-color: #CE76D6;
}
.BgClassName
{
background-color: #CE76D6;
}
</style>
border-color css
<style>
span { border-color: #CE76D6; }
span { border-color: rgb(206,118,214); }
td.TdClassName
{
border-color: #CE76D6;
}
.TagClassName
{
border-color: #CE76D6;
}
</style>