Shades of Orchid #CE81DF
Tints of Orchid #CE81DF
RGB
CMYK
RGB Variations
Color information
#CE81DF (or 0xCE81DF) is known color: Orchid. HEX triplet: CE, 81 and DF. RGB value is (206,129,223). Sum of RGB (Red+Green+Blue) = 206+129+223=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DF is #317E20. Grayscale: #A2A2A2. Windows color (decimal): -3243553 or 14647758. OLE color: 14647758.
HSL color Cylindrical-coordinate representation of color #CE81DF: hue angle of 289.15º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE81DF is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 129 | 223 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.13 |
| HSL | 289.15º | 0.59% | 0.69% | - |
| HSV(B) | 289.15º | 0.42% | 0.87% | - |
| XYZ | 46.62 | 34.15 | 73.95 | - |
| YUV | 162.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 223 | 0.08 | 0.42 | 0 | 0.13 | 289.15 | 0.59 | 0.69 |
| Hex | CE | 81 | DF | 8 | 2A | 0 | D | 121 | 3B | 45 |
| Octal | 316 | 201 | 337 | 10 | 52 | 0 | 15 | 441 | 73 | 105 |
| Binary | 11001110 | 10000001 | 11011111 | 1000 | 101010 | 0 | 1101 | 100100001 | 111011 | 1000101 |
Color Harmonies of #CE81DF
Complementary color
Monochromatic Colors of #CE81DF
Black with #CE81DF
Text Example
Text Example
White with #CE81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE81DF; }
p { color: rgb(206,129,223); }
H1.HeaderClassName
{
color: #CE81DF;
}
.AnyTagClassName
{
color: #CE81DF;
}
</style>
background-color css
<style>
a { background-color: #CE81DF; }
a { background-color: rgb(206,129,223); }
div.DivClassName
{
background-color: #CE81DF;
}
.BgClassName
{
background-color: #CE81DF;
}
</style>
border-color css
<style>
span { border-color: #CE81DF; }
span { border-color: rgb(206,129,223); }
td.TdClassName
{
border-color: #CE81DF;
}
.TagClassName
{
border-color: #CE81DF;
}
</style>