Shades of Orchid #CE6EDC
Tints of Orchid #CE6EDC
RGB
CMYK
RGB Variations
Color information
#CE6EDC (or 0xCE6EDC) is known color: Orchid. HEX triplet: CE, 6E and DC. RGB value is (206,110,220). Sum of RGB (Red+Green+Blue) = 206+110+220=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE6EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EDC is #319123. Grayscale: #969696. Windows color (decimal): -3248420 or 14446286. OLE color: 14446286.
HSL color Cylindrical-coordinate representation of color #CE6EDC: hue angle of 292.36º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6EDC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 110 | 220 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.14 |
| HSL | 292.36º | 0.61% | 0.65% | - |
| HSV(B) | 292.36º | 0.5% | 0.86% | - |
| XYZ | 43.95 | 29.44 | 71.08 | - |
| YUV | 151.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 220 | 0.06 | 0.50 | 0 | 0.14 | 292.36 | 0.61 | 0.65 |
| Hex | CE | 6E | DC | 6 | 32 | 0 | E | 124 | 3D | 41 |
| Octal | 316 | 156 | 334 | 6 | 62 | 0 | 16 | 444 | 75 | 101 |
| Binary | 11001110 | 1101110 | 11011100 | 110 | 110010 | 0 | 1110 | 100100100 | 111101 | 1000001 |
Color Harmonies of #CE6EDC
Complementary color
Monochromatic Colors of #CE6EDC
Black with #CE6EDC
Text Example
Text Example
White with #CE6EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EDC; }
p { color: rgb(206,110,220); }
H1.HeaderClassName
{
color: #CE6EDC;
}
.AnyTagClassName
{
color: #CE6EDC;
}
</style>
background-color css
<style>
a { background-color: #CE6EDC; }
a { background-color: rgb(206,110,220); }
div.DivClassName
{
background-color: #CE6EDC;
}
.BgClassName
{
background-color: #CE6EDC;
}
</style>
border-color css
<style>
span { border-color: #CE6EDC; }
span { border-color: rgb(206,110,220); }
td.TdClassName
{
border-color: #CE6EDC;
}
.TagClassName
{
border-color: #CE6EDC;
}
</style>