Shades of Orchid #CE81E1
Tints of Orchid #CE81E1
RGB
CMYK
RGB Variations
Color information
#CE81E1 (or 0xCE81E1) is known color: Orchid. HEX triplet: CE, 81 and E1. RGB value is (206,129,225). Sum of RGB (Red+Green+Blue) = 206+129+225=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE81E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81E1 is #317E1E. Grayscale: #A2A2A2. Windows color (decimal): -3243551 or 14778830. OLE color: 14778830.
HSL color Cylindrical-coordinate representation of color #CE81E1: hue angle of 288.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE81E1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 129 | 225 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.12 |
| HSL | 288.13º | 0.62% | 0.69% | - |
| HSV(B) | 288.13º | 0.43% | 0.88% | - |
| XYZ | 46.89 | 34.26 | 75.38 | - |
| YUV | 162.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 225 | 0.08 | 0.43 | 0 | 0.12 | 288.13 | 0.62 | 0.69 |
| Hex | CE | 81 | E1 | 8 | 2B | 0 | C | 120 | 3E | 45 |
| Octal | 316 | 201 | 341 | 10 | 53 | 0 | 14 | 440 | 76 | 105 |
| Binary | 11001110 | 10000001 | 11100001 | 1000 | 101011 | 0 | 1100 | 100100000 | 111110 | 1000101 |
Color Harmonies of #CE81E1
Complementary color
Monochromatic Colors of #CE81E1
Black with #CE81E1
Text Example
Text Example
White with #CE81E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81E1; }
p { color: rgb(206,129,225); }
H1.HeaderClassName
{
color: #CE81E1;
}
.AnyTagClassName
{
color: #CE81E1;
}
</style>
background-color css
<style>
a { background-color: #CE81E1; }
a { background-color: rgb(206,129,225); }
div.DivClassName
{
background-color: #CE81E1;
}
.BgClassName
{
background-color: #CE81E1;
}
</style>
border-color css
<style>
span { border-color: #CE81E1; }
span { border-color: rgb(206,129,225); }
td.TdClassName
{
border-color: #CE81E1;
}
.TagClassName
{
border-color: #CE81E1;
}
</style>