Shades of Orchid #CE77D6
Tints of Orchid #CE77D6
RGB
CMYK
RGB Variations
Color information
#CE77D6 (or 0xCE77D6) is known color: Orchid. HEX triplet: CE, 77 and D6. RGB value is (206,119,214). Sum of RGB (Red+Green+Blue) = 206+119+214=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77D6 is #318829. Grayscale: #9B9B9B. Windows color (decimal): -3246122 or 14055374. OLE color: 14055374.
HSL color Cylindrical-coordinate representation of color #CE77D6: hue angle of 294.95º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE77D6 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 119 | 214 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.16 |
| HSL | 294.95º | 0.54% | 0.65% | - |
| HSV(B) | 294.95º | 0.44% | 0.84% | - |
| XYZ | 44.19 | 31.17 | 67.31 | - |
| YUV | 155.84 | 160.82 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 214 | 0.04 | 0.44 | 0 | 0.16 | 294.95 | 0.54 | 0.65 |
| Hex | CE | 77 | D6 | 4 | 2C | 0 | 10 | 127 | 36 | 41 |
| Octal | 316 | 167 | 326 | 4 | 54 | 0 | 20 | 447 | 66 | 101 |
| Binary | 11001110 | 1110111 | 11010110 | 100 | 101100 | 0 | 10000 | 100100111 | 110110 | 1000001 |
Color Harmonies of #CE77D6
Complementary color
Monochromatic Colors of #CE77D6
Black with #CE77D6
Text Example
Text Example
White with #CE77D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77D6; }
p { color: rgb(206,119,214); }
H1.HeaderClassName
{
color: #CE77D6;
}
.AnyTagClassName
{
color: #CE77D6;
}
</style>
background-color css
<style>
a { background-color: #CE77D6; }
a { background-color: rgb(206,119,214); }
div.DivClassName
{
background-color: #CE77D6;
}
.BgClassName
{
background-color: #CE77D6;
}
</style>
border-color css
<style>
span { border-color: #CE77D6; }
span { border-color: rgb(206,119,214); }
td.TdClassName
{
border-color: #CE77D6;
}
.TagClassName
{
border-color: #CE77D6;
}
</style>