Shades of Orchid #CE77D3
Tints of Orchid #CE77D3
RGB
CMYK
RGB Variations
Color information
#CE77D3 (or 0xCE77D3) is known color: Orchid. HEX triplet: CE, 77 and D3. RGB value is (206,119,211). Sum of RGB (Red+Green+Blue) = 206+119+211=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE77D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77D3 is #31882C. Grayscale: #9B9B9B. Windows color (decimal): -3246125 or 13858766. OLE color: 13858766.
HSL color Cylindrical-coordinate representation of color #CE77D3: hue angle of 296.74º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE77D3 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 119 | 211 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.17 |
| HSL | 296.74º | 0.51% | 0.65% | - |
| HSV(B) | 296.74º | 0.44% | 0.83% | - |
| XYZ | 43.81 | 31.02 | 65.31 | - |
| YUV | 155.5 | 159.32 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 211 | 0.02 | 0.44 | 0 | 0.17 | 296.74 | 0.51 | 0.65 |
| Hex | CE | 77 | D3 | 2 | 2C | 0 | 11 | 129 | 33 | 41 |
| Octal | 316 | 167 | 323 | 2 | 54 | 0 | 21 | 451 | 63 | 101 |
| Binary | 11001110 | 1110111 | 11010011 | 10 | 101100 | 0 | 10001 | 100101001 | 110011 | 1000001 |
Color Harmonies of #CE77D3
Complementary color
Monochromatic Colors of #CE77D3
Black with #CE77D3
Text Example
Text Example
White with #CE77D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77D3; }
p { color: rgb(206,119,211); }
H1.HeaderClassName
{
color: #CE77D3;
}
.AnyTagClassName
{
color: #CE77D3;
}
</style>
background-color css
<style>
a { background-color: #CE77D3; }
a { background-color: rgb(206,119,211); }
div.DivClassName
{
background-color: #CE77D3;
}
.BgClassName
{
background-color: #CE77D3;
}
</style>
border-color css
<style>
span { border-color: #CE77D3; }
span { border-color: rgb(206,119,211); }
td.TdClassName
{
border-color: #CE77D3;
}
.TagClassName
{
border-color: #CE77D3;
}
</style>