Shades of Orchid #CE6EBC
Tints of Orchid #CE6EBC
RGB
CMYK
RGB Variations
Color information
#CE6EBC (or 0xCE6EBC) is known color: Orchid. HEX triplet: CE, 6E and BC. RGB value is (206,110,188). Sum of RGB (Red+Green+Blue) = 206+110+188=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6EBC is #319143. Grayscale: #939393. Windows color (decimal): -3248452 or 12349134. OLE color: 12349134.
HSL color Cylindrical-coordinate representation of color #CE6EBC: hue angle of 311.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6EBC is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 188 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.19 |
| HSL | 311.25º | 0.49% | 0.62% | - |
| HSV(B) | 311.25º | 0.47% | 0.81% | - |
| XYZ | 40.11 | 27.9 | 50.85 | - |
| YUV | 147.6 | 150.8 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 188 | 0 | 0.47 | 0.09 | 0.19 | 311.25 | 0.49 | 0.62 |
| Hex | CE | 6E | BC | 0 | 2F | 9 | 13 | 137 | 31 | 3E |
| Octal | 316 | 156 | 274 | 0 | 57 | 11 | 23 | 467 | 61 | 76 |
| Binary | 11001110 | 1101110 | 10111100 | 0 | 101111 | 1001 | 10011 | 100110111 | 110001 | 111110 |
Color Harmonies of #CE6EBC
Complementary color
Monochromatic Colors of #CE6EBC
Black with #CE6EBC
Text Example
Text Example
White with #CE6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6EBC; }
p { color: rgb(206,110,188); }
H1.HeaderClassName
{
color: #CE6EBC;
}
.AnyTagClassName
{
color: #CE6EBC;
}
</style>
background-color css
<style>
a { background-color: #CE6EBC; }
a { background-color: rgb(206,110,188); }
div.DivClassName
{
background-color: #CE6EBC;
}
.BgClassName
{
background-color: #CE6EBC;
}
</style>
border-color css
<style>
span { border-color: #CE6EBC; }
span { border-color: rgb(206,110,188); }
td.TdClassName
{
border-color: #CE6EBC;
}
.TagClassName
{
border-color: #CE6EBC;
}
</style>