Shades of Orchid #CE6ECD
Tints of Orchid #CE6ECD
RGB
CMYK
RGB Variations
Color information
#CE6ECD (or 0xCE6ECD) is known color: Orchid. HEX triplet: CE, 6E and CD. RGB value is (206,110,205). Sum of RGB (Red+Green+Blue) = 206+110+205=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6ECD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ECD is #319132. Grayscale: #959595. Windows color (decimal): -3248435 or 13463246. OLE color: 13463246.
HSL color Cylindrical-coordinate representation of color #CE6ECD: hue angle of 300.62º 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 #CE6ECD is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 110 | 205 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.19 |
| HSL | 300.63º | 0.49% | 0.62% | - |
| HSV(B) | 300.63º | 0.47% | 0.81% | - |
| XYZ | 42.05 | 28.68 | 61.08 | - |
| YUV | 149.53 | 159.3 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 110 | 205 | 0 | 0.47 | 0.00 | 0.19 | 300.63 | 0.49 | 0.62 |
| Hex | CE | 6E | CD | 0 | 2F | 0 | 13 | 12D | 31 | 3E |
| Octal | 316 | 156 | 315 | 0 | 57 | 0 | 23 | 455 | 61 | 76 |
| Binary | 11001110 | 1101110 | 11001101 | 0 | 101111 | 0 | 10011 | 100101101 | 110001 | 111110 |
Color Harmonies of #CE6ECD
Complementary color
Monochromatic Colors of #CE6ECD
Black with #CE6ECD
Text Example
Text Example
White with #CE6ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6ECD; }
p { color: rgb(206,110,205); }
H1.HeaderClassName
{
color: #CE6ECD;
}
.AnyTagClassName
{
color: #CE6ECD;
}
</style>
background-color css
<style>
a { background-color: #CE6ECD; }
a { background-color: rgb(206,110,205); }
div.DivClassName
{
background-color: #CE6ECD;
}
.BgClassName
{
background-color: #CE6ECD;
}
</style>
border-color css
<style>
span { border-color: #CE6ECD; }
span { border-color: rgb(206,110,205); }
td.TdClassName
{
border-color: #CE6ECD;
}
.TagClassName
{
border-color: #CE6ECD;
}
</style>