Shades of Orchid #CE80D9
Tints of Orchid #CE80D9
RGB
CMYK
RGB Variations
Color information
#CE80D9 (or 0xCE80D9) is known color: Orchid. HEX triplet: CE, 80 and D9. RGB value is (206,128,217). Sum of RGB (Red+Green+Blue) = 206+128+217=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 217 (85.16% from 255 or 39.38% from 551); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE80D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80D9 is #317F26. Grayscale: #A1A1A1. Windows color (decimal): -3243815 or 14254286. OLE color: 14254286.
HSL color Cylindrical-coordinate representation of color #CE80D9: hue angle of 292.58º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE80D9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 128 | 217 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.15 |
| HSL | 292.58º | 0.54% | 0.68% | - |
| HSV(B) | 292.58º | 0.41% | 0.85% | - |
| XYZ | 45.7 | 33.57 | 69.72 | - |
| YUV | 161.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 217 | 0.05 | 0.41 | 0 | 0.15 | 292.58 | 0.54 | 0.68 |
| Hex | CE | 80 | D9 | 5 | 29 | 0 | F | 125 | 36 | 44 |
| Octal | 316 | 200 | 331 | 5 | 51 | 0 | 17 | 445 | 66 | 104 |
| Binary | 11001110 | 10000000 | 11011001 | 101 | 101001 | 0 | 1111 | 100100101 | 110110 | 1000100 |
Color Harmonies of #CE80D9
Complementary color
Monochromatic Colors of #CE80D9
Black with #CE80D9
Text Example
Text Example
White with #CE80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80D9; }
p { color: rgb(206,128,217); }
H1.HeaderClassName
{
color: #CE80D9;
}
.AnyTagClassName
{
color: #CE80D9;
}
</style>
background-color css
<style>
a { background-color: #CE80D9; }
a { background-color: rgb(206,128,217); }
div.DivClassName
{
background-color: #CE80D9;
}
.BgClassName
{
background-color: #CE80D9;
}
</style>
border-color css
<style>
span { border-color: #CE80D9; }
span { border-color: rgb(206,128,217); }
td.TdClassName
{
border-color: #CE80D9;
}
.TagClassName
{
border-color: #CE80D9;
}
</style>