Shades of Orchid #CE81DC
Tints of Orchid #CE81DC
RGB
CMYK
RGB Variations
Color information
#CE81DC (or 0xCE81DC) is known color: Orchid. HEX triplet: CE, 81 and DC. RGB value is (206,129,220). Sum of RGB (Red+Green+Blue) = 206+129+220=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DC is #317E23. Grayscale: #A2A2A2. Windows color (decimal): -3243556 or 14451150. OLE color: 14451150.
HSL color Cylindrical-coordinate representation of color #CE81DC: hue angle of 290.77º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE81DC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 129 | 220 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.14 |
| HSL | 290.77º | 0.57% | 0.68% | - |
| HSV(B) | 290.77º | 0.41% | 0.86% | - |
| XYZ | 46.22 | 33.99 | 71.83 | - |
| YUV | 162.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 220 | 0.06 | 0.41 | 0 | 0.14 | 290.77 | 0.57 | 0.68 |
| Hex | CE | 81 | DC | 6 | 29 | 0 | E | 123 | 39 | 44 |
| Octal | 316 | 201 | 334 | 6 | 51 | 0 | 16 | 443 | 71 | 104 |
| Binary | 11001110 | 10000001 | 11011100 | 110 | 101001 | 0 | 1110 | 100100011 | 111001 | 1000100 |
Color Harmonies of #CE81DC
Complementary color
Monochromatic Colors of #CE81DC
Black with #CE81DC
Text Example
Text Example
White with #CE81DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81DC; }
p { color: rgb(206,129,220); }
H1.HeaderClassName
{
color: #CE81DC;
}
.AnyTagClassName
{
color: #CE81DC;
}
</style>
background-color css
<style>
a { background-color: #CE81DC; }
a { background-color: rgb(206,129,220); }
div.DivClassName
{
background-color: #CE81DC;
}
.BgClassName
{
background-color: #CE81DC;
}
</style>
border-color css
<style>
span { border-color: #CE81DC; }
span { border-color: rgb(206,129,220); }
td.TdClassName
{
border-color: #CE81DC;
}
.TagClassName
{
border-color: #CE81DC;
}
</style>