Shades of Orchid #CE6EDD
Tints of Orchid #CE6EDD
RGB
CMYK
RGB Variations
Color information
#CE6EDD (or 0xCE6EDD) is known color: Orchid. HEX triplet: CE, 6E and DD. RGB value is (206,110,221). Sum of RGB (Red+Green+Blue) = 206+110+221=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 110 (43.36% from 255 or 20.48% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EDD is #319122. Grayscale: #979797. Windows color (decimal): -3248419 or 14511822. OLE color: 14511822.
HSL color Cylindrical-coordinate representation of color #CE6EDD: hue angle of 291.89º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6EDD is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 110 | 221 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.13 |
| HSL | 291.89º | 0.62% | 0.65% | - |
| HSV(B) | 291.89º | 0.5% | 0.87% | - |
| XYZ | 44.08 | 29.49 | 71.78 | - |
| YUV | 151.36 | 167.3 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 221 | 0.07 | 0.50 | 0 | 0.13 | 291.89 | 0.62 | 0.65 |
| Hex | CE | 6E | DD | 7 | 32 | 0 | D | 124 | 3E | 41 |
| Octal | 316 | 156 | 335 | 7 | 62 | 0 | 15 | 444 | 76 | 101 |
| Binary | 11001110 | 1101110 | 11011101 | 111 | 110010 | 0 | 1101 | 100100100 | 111110 | 1000001 |
Color Harmonies of #CE6EDD
Complementary color
Monochromatic Colors of #CE6EDD
Black with #CE6EDD
Text Example
Text Example
White with #CE6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EDD; }
p { color: rgb(206,110,221); }
H1.HeaderClassName
{
color: #CE6EDD;
}
.AnyTagClassName
{
color: #CE6EDD;
}
</style>
background-color css
<style>
a { background-color: #CE6EDD; }
a { background-color: rgb(206,110,221); }
div.DivClassName
{
background-color: #CE6EDD;
}
.BgClassName
{
background-color: #CE6EDD;
}
</style>
border-color css
<style>
span { border-color: #CE6EDD; }
span { border-color: rgb(206,110,221); }
td.TdClassName
{
border-color: #CE6EDD;
}
.TagClassName
{
border-color: #CE6EDD;
}
</style>