Shades of Orchid #CE7EC6
Tints of Orchid #CE7EC6
RGB
CMYK
RGB Variations
Color information
#CE7EC6 (or 0xCE7EC6) is known color: Orchid. HEX triplet: CE, 7E and C6. RGB value is (206,126,198). Sum of RGB (Red+Green+Blue) = 206+126+198=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 126 (49.61% from 255 or 23.77% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EC6 is #318139. Grayscale: #9D9D9D. Windows color (decimal): -3244346 or 13008590. OLE color: 13008590.
HSL color Cylindrical-coordinate representation of color #CE7EC6: hue angle of 306º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7EC6 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 198 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.19 |
| HSL | 306º | 0.45% | 0.65% | - |
| HSV(B) | 306º | 0.39% | 0.81% | - |
| XYZ | 43.11 | 32.12 | 57.35 | - |
| YUV | 158.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 198 | 0 | 0.39 | 0.04 | 0.19 | 306 | 0.45 | 0.65 |
| Hex | CE | 7E | C6 | 0 | 27 | 4 | 13 | 132 | 2D | 41 |
| Octal | 316 | 176 | 306 | 0 | 47 | 4 | 23 | 462 | 55 | 101 |
| Binary | 11001110 | 1111110 | 11000110 | 0 | 100111 | 100 | 10011 | 100110010 | 101101 | 1000001 |
Color Harmonies of #CE7EC6
Complementary color
Monochromatic Colors of #CE7EC6
Black with #CE7EC6
Text Example
Text Example
White with #CE7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EC6; }
p { color: rgb(206,126,198); }
H1.HeaderClassName
{
color: #CE7EC6;
}
.AnyTagClassName
{
color: #CE7EC6;
}
</style>
background-color css
<style>
a { background-color: #CE7EC6; }
a { background-color: rgb(206,126,198); }
div.DivClassName
{
background-color: #CE7EC6;
}
.BgClassName
{
background-color: #CE7EC6;
}
</style>
border-color css
<style>
span { border-color: #CE7EC6; }
span { border-color: rgb(206,126,198); }
td.TdClassName
{
border-color: #CE7EC6;
}
.TagClassName
{
border-color: #CE7EC6;
}
</style>