Shades of Orchid #CE80DF
Tints of Orchid #CE80DF
RGB
CMYK
RGB Variations
Color information
#CE80DF (or 0xCE80DF) is known color: Orchid. HEX triplet: CE, 80 and DF. RGB value is (206,128,223). Sum of RGB (Red+Green+Blue) = 206+128+223=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DF is #317F20. Grayscale: #A1A1A1. Windows color (decimal): -3243809 or 14647502. OLE color: 14647502.
HSL color Cylindrical-coordinate representation of color #CE80DF: hue angle of 289.26º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE80DF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 128 | 223 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.13 |
| HSL | 289.26º | 0.6% | 0.69% | - |
| HSV(B) | 289.26º | 0.43% | 0.87% | - |
| XYZ | 46.49 | 33.89 | 73.9 | - |
| YUV | 162.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 223 | 0.08 | 0.43 | 0 | 0.13 | 289.26 | 0.6 | 0.69 |
| Hex | CE | 80 | DF | 8 | 2B | 0 | D | 121 | 3C | 45 |
| Octal | 316 | 200 | 337 | 10 | 53 | 0 | 15 | 441 | 74 | 105 |
| Binary | 11001110 | 10000000 | 11011111 | 1000 | 101011 | 0 | 1101 | 100100001 | 111100 | 1000101 |
Color Harmonies of #CE80DF
Complementary color
Monochromatic Colors of #CE80DF
Black with #CE80DF
Text Example
Text Example
White with #CE80DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80DF; }
p { color: rgb(206,128,223); }
H1.HeaderClassName
{
color: #CE80DF;
}
.AnyTagClassName
{
color: #CE80DF;
}
</style>
background-color css
<style>
a { background-color: #CE80DF; }
a { background-color: rgb(206,128,223); }
div.DivClassName
{
background-color: #CE80DF;
}
.BgClassName
{
background-color: #CE80DF;
}
</style>
border-color css
<style>
span { border-color: #CE80DF; }
span { border-color: rgb(206,128,223); }
td.TdClassName
{
border-color: #CE80DF;
}
.TagClassName
{
border-color: #CE80DF;
}
</style>