Shades of Orchid #CE6EDF
Tints of Orchid #CE6EDF
RGB
CMYK
RGB Variations
Color information
#CE6EDF (or 0xCE6EDF) is known color: Orchid. HEX triplet: CE, 6E and DF. RGB value is (206,110,223). Sum of RGB (Red+Green+Blue) = 206+110+223=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE6EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EDF is #319120. Grayscale: #979797. Windows color (decimal): -3248417 or 14642894. OLE color: 14642894.
HSL color Cylindrical-coordinate representation of color #CE6EDF: hue angle of 290.97º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6EDF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 110 | 223 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.13 |
| HSL | 290.97º | 0.64% | 0.65% | - |
| HSV(B) | 290.97º | 0.51% | 0.87% | - |
| XYZ | 44.35 | 29.6 | 73.19 | - |
| YUV | 151.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 223 | 0.08 | 0.51 | 0 | 0.13 | 290.97 | 0.64 | 0.65 |
| Hex | CE | 6E | DF | 8 | 33 | 0 | D | 123 | 40 | 41 |
| Octal | 316 | 156 | 337 | 10 | 63 | 0 | 15 | 443 | 100 | 101 |
| Binary | 11001110 | 1101110 | 11011111 | 1000 | 110011 | 0 | 1101 | 100100011 | 1000000 | 1000001 |
Color Harmonies of #CE6EDF
Complementary color
Monochromatic Colors of #CE6EDF
Black with #CE6EDF
Text Example
Text Example
White with #CE6EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EDF; }
p { color: rgb(206,110,223); }
H1.HeaderClassName
{
color: #CE6EDF;
}
.AnyTagClassName
{
color: #CE6EDF;
}
</style>
background-color css
<style>
a { background-color: #CE6EDF; }
a { background-color: rgb(206,110,223); }
div.DivClassName
{
background-color: #CE6EDF;
}
.BgClassName
{
background-color: #CE6EDF;
}
</style>
border-color css
<style>
span { border-color: #CE6EDF; }
span { border-color: rgb(206,110,223); }
td.TdClassName
{
border-color: #CE6EDF;
}
.TagClassName
{
border-color: #CE6EDF;
}
</style>