Shades of Orchid #CE81C9
Tints of Orchid #CE81C9
RGB
CMYK
RGB Variations
Color information
#CE81C9 (or 0xCE81C9) is known color: Orchid. HEX triplet: CE, 81 and C9. RGB value is (206,129,201). Sum of RGB (Red+Green+Blue) = 206+129+201=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81C9 is #317E36. Grayscale: #A0A0A0. Windows color (decimal): -3243575 or 13205966. OLE color: 13205966.
HSL color Cylindrical-coordinate representation of color #CE81C9: hue angle of 303.9º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81C9 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 201 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.19 |
| HSL | 303.9º | 0.44% | 0.66% | - |
| HSV(B) | 303.9º | 0.37% | 0.81% | - |
| XYZ | 43.85 | 33.04 | 59.32 | - |
| YUV | 160.23 | 151.01 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 201 | 0 | 0.37 | 0.02 | 0.19 | 303.9 | 0.44 | 0.66 |
| Hex | CE | 81 | C9 | 0 | 25 | 2 | 13 | 130 | 2C | 42 |
| Octal | 316 | 201 | 311 | 0 | 45 | 2 | 23 | 460 | 54 | 102 |
| Binary | 11001110 | 10000001 | 11001001 | 0 | 100101 | 10 | 10011 | 100110000 | 101100 | 1000010 |
Color Harmonies of #CE81C9
Complementary color
Monochromatic Colors of #CE81C9
Black with #CE81C9
Text Example
Text Example
White with #CE81C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81C9; }
p { color: rgb(206,129,201); }
H1.HeaderClassName
{
color: #CE81C9;
}
.AnyTagClassName
{
color: #CE81C9;
}
</style>
background-color css
<style>
a { background-color: #CE81C9; }
a { background-color: rgb(206,129,201); }
div.DivClassName
{
background-color: #CE81C9;
}
.BgClassName
{
background-color: #CE81C9;
}
</style>
border-color css
<style>
span { border-color: #CE81C9; }
span { border-color: rgb(206,129,201); }
td.TdClassName
{
border-color: #CE81C9;
}
.TagClassName
{
border-color: #CE81C9;
}
</style>