Shades of Orchid #CE81D5
Tints of Orchid #CE81D5
RGB
CMYK
RGB Variations
Color information
#CE81D5 (or 0xCE81D5) is known color: Orchid. HEX triplet: CE, 81 and D5. RGB value is (206,129,213). Sum of RGB (Red+Green+Blue) = 206+129+213=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 213 (83.59% from 255 or 38.87% from 548); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81D5 is #317E2A. Grayscale: #A1A1A1. Windows color (decimal): -3243563 or 13992398. OLE color: 13992398.
HSL color Cylindrical-coordinate representation of color #CE81D5: hue angle of 295º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE81D5 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 129 | 213 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.16 |
| HSL | 295º | 0.5% | 0.67% | - |
| HSV(B) | 295º | 0.39% | 0.84% | - |
| XYZ | 45.31 | 33.63 | 67.05 | - |
| YUV | 161.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 213 | 0.03 | 0.39 | 0 | 0.16 | 295 | 0.5 | 0.67 |
| Hex | CE | 81 | D5 | 3 | 27 | 0 | 10 | 127 | 32 | 43 |
| Octal | 316 | 201 | 325 | 3 | 47 | 0 | 20 | 447 | 62 | 103 |
| Binary | 11001110 | 10000001 | 11010101 | 11 | 100111 | 0 | 10000 | 100100111 | 110010 | 1000011 |
Color Harmonies of #CE81D5
Complementary color
Monochromatic Colors of #CE81D5
Black with #CE81D5
Text Example
Text Example
White with #CE81D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81D5; }
p { color: rgb(206,129,213); }
H1.HeaderClassName
{
color: #CE81D5;
}
.AnyTagClassName
{
color: #CE81D5;
}
</style>
background-color css
<style>
a { background-color: #CE81D5; }
a { background-color: rgb(206,129,213); }
div.DivClassName
{
background-color: #CE81D5;
}
.BgClassName
{
background-color: #CE81D5;
}
</style>
border-color css
<style>
span { border-color: #CE81D5; }
span { border-color: rgb(206,129,213); }
td.TdClassName
{
border-color: #CE81D5;
}
.TagClassName
{
border-color: #CE81D5;
}
</style>