Shades of Orchid #CE77B4
Tints of Orchid #CE77B4
RGB
CMYK
RGB Variations
Color information
#CE77B4 (or 0xCE77B4) is known color: Orchid. HEX triplet: CE, 77 and B4. RGB value is (206,119,180). Sum of RGB (Red+Green+Blue) = 206+119+180=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77B4 is #31884B. Grayscale: #979797. Windows color (decimal): -3246156 or 11827150. OLE color: 11827150.
HSL color Cylindrical-coordinate representation of color #CE77B4: hue angle of 317.93º 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 #CE77B4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 180 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.19 |
| HSL | 317.93º | 0.47% | 0.64% | - |
| HSV(B) | 317.93º | 0.42% | 0.81% | - |
| XYZ | 40.29 | 29.61 | 46.77 | - |
| YUV | 151.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 180 | 0 | 0.42 | 0.13 | 0.19 | 317.93 | 0.47 | 0.64 |
| Hex | CE | 77 | B4 | 0 | 2A | D | 13 | 13E | 2F | 40 |
| Octal | 316 | 167 | 264 | 0 | 52 | 15 | 23 | 476 | 57 | 100 |
| Binary | 11001110 | 1110111 | 10110100 | 0 | 101010 | 1101 | 10011 | 100111110 | 101111 | 1000000 |
Color Harmonies of #CE77B4
Complementary color
Monochromatic Colors of #CE77B4
Black with #CE77B4
Text Example
Text Example
White with #CE77B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77B4; }
p { color: rgb(206,119,180); }
H1.HeaderClassName
{
color: #CE77B4;
}
.AnyTagClassName
{
color: #CE77B4;
}
</style>
background-color css
<style>
a { background-color: #CE77B4; }
a { background-color: rgb(206,119,180); }
div.DivClassName
{
background-color: #CE77B4;
}
.BgClassName
{
background-color: #CE77B4;
}
</style>
border-color css
<style>
span { border-color: #CE77B4; }
span { border-color: rgb(206,119,180); }
td.TdClassName
{
border-color: #CE77B4;
}
.TagClassName
{
border-color: #CE77B4;
}
</style>