Shades of Orchid #CE77C7
Tints of Orchid #CE77C7
RGB
CMYK
RGB Variations
Color information
#CE77C7 (or 0xCE77C7) is known color: Orchid. HEX triplet: CE, 77 and C7. RGB value is (206,119,199). Sum of RGB (Red+Green+Blue) = 206+119+199=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CE77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE77C7 is #318838. Grayscale: #999999. Windows color (decimal): -3246137 or 13072334. OLE color: 13072334.
HSL color Cylindrical-coordinate representation of color #CE77C7: hue angle of 304.83º 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 #CE77C7 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 199 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.19 |
| HSL | 304.83º | 0.47% | 0.64% | - |
| HSV(B) | 304.83º | 0.42% | 0.81% | - |
| XYZ | 42.36 | 30.44 | 57.68 | - |
| YUV | 154.13 | 153.32 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 199 | 0 | 0.42 | 0.03 | 0.19 | 304.83 | 0.47 | 0.64 |
| Hex | CE | 77 | C7 | 0 | 2A | 3 | 13 | 131 | 2F | 40 |
| Octal | 316 | 167 | 307 | 0 | 52 | 3 | 23 | 461 | 57 | 100 |
| Binary | 11001110 | 1110111 | 11000111 | 0 | 101010 | 11 | 10011 | 100110001 | 101111 | 1000000 |
Color Harmonies of #CE77C7
Complementary color
Monochromatic Colors of #CE77C7
Black with #CE77C7
Text Example
Text Example
White with #CE77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE77C7; }
p { color: rgb(206,119,199); }
H1.HeaderClassName
{
color: #CE77C7;
}
.AnyTagClassName
{
color: #CE77C7;
}
</style>
background-color css
<style>
a { background-color: #CE77C7; }
a { background-color: rgb(206,119,199); }
div.DivClassName
{
background-color: #CE77C7;
}
.BgClassName
{
background-color: #CE77C7;
}
</style>
border-color css
<style>
span { border-color: #CE77C7; }
span { border-color: rgb(206,119,199); }
td.TdClassName
{
border-color: #CE77C7;
}
.TagClassName
{
border-color: #CE77C7;
}
</style>