Shades of Orchid #CE6ECC
Tints of Orchid #CE6ECC
RGB
CMYK
RGB Variations
Color information
#CE6ECC (or 0xCE6ECC) is known color: Orchid. HEX triplet: CE, 6E and CC. RGB value is (206,110,204). Sum of RGB (Red+Green+Blue) = 206+110+204=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ECC is #319133. Grayscale: #959595. Windows color (decimal): -3248436 or 13397710. OLE color: 13397710.
HSL color Cylindrical-coordinate representation of color #CE6ECC: hue angle of 301.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 #CE6ECC is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 204 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.19 |
| HSL | 301.25º | 0.49% | 0.62% | - |
| HSV(B) | 301.25º | 0.47% | 0.81% | - |
| XYZ | 41.93 | 28.63 | 60.44 | - |
| YUV | 149.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 204 | 0 | 0.47 | 0.01 | 0.19 | 301.25 | 0.49 | 0.62 |
| Hex | CE | 6E | CC | 0 | 2F | 1 | 13 | 12D | 31 | 3E |
| Octal | 316 | 156 | 314 | 0 | 57 | 1 | 23 | 455 | 61 | 76 |
| Binary | 11001110 | 1101110 | 11001100 | 0 | 101111 | 1 | 10011 | 100101101 | 110001 | 111110 |
Color Harmonies of #CE6ECC
Complementary color
Monochromatic Colors of #CE6ECC
Black with #CE6ECC
Text Example
Text Example
White with #CE6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6ECC; }
p { color: rgb(206,110,204); }
H1.HeaderClassName
{
color: #CE6ECC;
}
.AnyTagClassName
{
color: #CE6ECC;
}
</style>
background-color css
<style>
a { background-color: #CE6ECC; }
a { background-color: rgb(206,110,204); }
div.DivClassName
{
background-color: #CE6ECC;
}
.BgClassName
{
background-color: #CE6ECC;
}
</style>
border-color css
<style>
span { border-color: #CE6ECC; }
span { border-color: rgb(206,110,204); }
td.TdClassName
{
border-color: #CE6ECC;
}
.TagClassName
{
border-color: #CE6ECC;
}
</style>