Shades of Orchid #CE80DC
Tints of Orchid #CE80DC
RGB
CMYK
RGB Variations
Color information
#CE80DC (or 0xCE80DC) is known color: Orchid. HEX triplet: CE, 80 and DC. RGB value is (206,128,220). Sum of RGB (Red+Green+Blue) = 206+128+220=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DC is #317F23. Grayscale: #A1A1A1. Windows color (decimal): -3243812 or 14450894. OLE color: 14450894.
HSL color Cylindrical-coordinate representation of color #CE80DC: hue angle of 290.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE80DC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 128 | 220 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.14 |
| HSL | 290.87º | 0.57% | 0.68% | - |
| HSV(B) | 290.87º | 0.42% | 0.86% | - |
| XYZ | 46.09 | 33.73 | 71.79 | - |
| YUV | 161.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 220 | 0.06 | 0.42 | 0 | 0.14 | 290.87 | 0.57 | 0.68 |
| Hex | CE | 80 | DC | 6 | 2A | 0 | E | 123 | 39 | 44 |
| Octal | 316 | 200 | 334 | 6 | 52 | 0 | 16 | 443 | 71 | 104 |
| Binary | 11001110 | 10000000 | 11011100 | 110 | 101010 | 0 | 1110 | 100100011 | 111001 | 1000100 |
Color Harmonies of #CE80DC
Complementary color
Monochromatic Colors of #CE80DC
Black with #CE80DC
Text Example
Text Example
White with #CE80DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE80DC; }
p { color: rgb(206,128,220); }
H1.HeaderClassName
{
color: #CE80DC;
}
.AnyTagClassName
{
color: #CE80DC;
}
</style>
background-color css
<style>
a { background-color: #CE80DC; }
a { background-color: rgb(206,128,220); }
div.DivClassName
{
background-color: #CE80DC;
}
.BgClassName
{
background-color: #CE80DC;
}
</style>
border-color css
<style>
span { border-color: #CE80DC; }
span { border-color: rgb(206,128,220); }
td.TdClassName
{
border-color: #CE80DC;
}
.TagClassName
{
border-color: #CE80DC;
}
</style>