Shades of Orchid #CE77D1
Tints of Orchid #CE77D1
RGB
CMYK
RGB Variations
Color information
#CE77D1 (or 0xCE77D1) is known color: Orchid. HEX triplet: CE, 77 and D1. RGB value is (206,119,209). Sum of RGB (Red+Green+Blue) = 206+119+209=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE77D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77D1 is #31882E. Grayscale: #9B9B9B. Windows color (decimal): -3246127 or 13727694. OLE color: 13727694.
HSL color Cylindrical-coordinate representation of color #CE77D1: hue angle of 298º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE77D1 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 119 | 209 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.18 |
| HSL | 298º | 0.49% | 0.64% | - |
| HSV(B) | 298º | 0.43% | 0.82% | - |
| XYZ | 43.56 | 30.92 | 63.99 | - |
| YUV | 155.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 209 | 0.01 | 0.43 | 0 | 0.18 | 298 | 0.49 | 0.64 |
| Hex | CE | 77 | D1 | 1 | 2B | 0 | 12 | 12A | 31 | 40 |
| Octal | 316 | 167 | 321 | 1 | 53 | 0 | 22 | 452 | 61 | 100 |
| Binary | 11001110 | 1110111 | 11010001 | 1 | 101011 | 0 | 10010 | 100101010 | 110001 | 1000000 |
Color Harmonies of #CE77D1
Complementary color
Monochromatic Colors of #CE77D1
Black with #CE77D1
Text Example
Text Example
White with #CE77D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77D1; }
p { color: rgb(206,119,209); }
H1.HeaderClassName
{
color: #CE77D1;
}
.AnyTagClassName
{
color: #CE77D1;
}
</style>
background-color css
<style>
a { background-color: #CE77D1; }
a { background-color: rgb(206,119,209); }
div.DivClassName
{
background-color: #CE77D1;
}
.BgClassName
{
background-color: #CE77D1;
}
</style>
border-color css
<style>
span { border-color: #CE77D1; }
span { border-color: rgb(206,119,209); }
td.TdClassName
{
border-color: #CE77D1;
}
.TagClassName
{
border-color: #CE77D1;
}
</style>