Shades of Orchid #CE77C0
Tints of Orchid #CE77C0
RGB
CMYK
RGB Variations
Color information
#CE77C0 (or 0xCE77C0) is known color: Orchid. HEX triplet: CE, 77 and C0. RGB value is (206,119,192). Sum of RGB (Red+Green+Blue) = 206+119+192=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77C0 is #31883F. Grayscale: #999999. Windows color (decimal): -3246144 or 12613582. OLE color: 12613582.
HSL color Cylindrical-coordinate representation of color #CE77C0: hue angle of 309.66º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE77C0 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 192 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.19 |
| HSL | 309.66º | 0.47% | 0.64% | - |
| HSV(B) | 309.66º | 0.42% | 0.81% | - |
| XYZ | 41.56 | 30.12 | 53.49 | - |
| YUV | 153.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 192 | 0 | 0.42 | 0.07 | 0.19 | 309.66 | 0.47 | 0.64 |
| Hex | CE | 77 | C0 | 0 | 2A | 7 | 13 | 136 | 2F | 40 |
| Octal | 316 | 167 | 300 | 0 | 52 | 7 | 23 | 466 | 57 | 100 |
| Binary | 11001110 | 1110111 | 11000000 | 0 | 101010 | 111 | 10011 | 100110110 | 101111 | 1000000 |
Color Harmonies of #CE77C0
Complementary color
Monochromatic Colors of #CE77C0
Black with #CE77C0
Text Example
Text Example
White with #CE77C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77C0; }
p { color: rgb(206,119,192); }
H1.HeaderClassName
{
color: #CE77C0;
}
.AnyTagClassName
{
color: #CE77C0;
}
</style>
background-color css
<style>
a { background-color: #CE77C0; }
a { background-color: rgb(206,119,192); }
div.DivClassName
{
background-color: #CE77C0;
}
.BgClassName
{
background-color: #CE77C0;
}
</style>
border-color css
<style>
span { border-color: #CE77C0; }
span { border-color: rgb(206,119,192); }
td.TdClassName
{
border-color: #CE77C0;
}
.TagClassName
{
border-color: #CE77C0;
}
</style>