Shades of Orchid #CE7EDE
Tints of Orchid #CE7EDE
RGB
CMYK
RGB Variations
Color information
#CE7EDE (or 0xCE7EDE) is known color: Orchid. HEX triplet: CE, 7E and DE. RGB value is (206,126,222). Sum of RGB (Red+Green+Blue) = 206+126+222=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7EDE is #318121. Grayscale: #A0A0A0. Windows color (decimal): -3244322 or 14581454. OLE color: 14581454.
HSL color Cylindrical-coordinate representation of color #CE7EDE: hue angle of 290º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7EDE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 126 | 222 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.13 |
| HSL | 290º | 0.59% | 0.68% | - |
| HSV(B) | 290º | 0.43% | 0.87% | - |
| XYZ | 46.1 | 33.32 | 73.11 | - |
| YUV | 160.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 222 | 0.07 | 0.43 | 0 | 0.13 | 290 | 0.59 | 0.68 |
| Hex | CE | 7E | DE | 7 | 2B | 0 | D | 122 | 3B | 44 |
| Octal | 316 | 176 | 336 | 7 | 53 | 0 | 15 | 442 | 73 | 104 |
| Binary | 11001110 | 1111110 | 11011110 | 111 | 101011 | 0 | 1101 | 100100010 | 111011 | 1000100 |
Color Harmonies of #CE7EDE
Complementary color
Monochromatic Colors of #CE7EDE
Black with #CE7EDE
Text Example
Text Example
White with #CE7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7EDE; }
p { color: rgb(206,126,222); }
H1.HeaderClassName
{
color: #CE7EDE;
}
.AnyTagClassName
{
color: #CE7EDE;
}
</style>
background-color css
<style>
a { background-color: #CE7EDE; }
a { background-color: rgb(206,126,222); }
div.DivClassName
{
background-color: #CE7EDE;
}
.BgClassName
{
background-color: #CE7EDE;
}
</style>
border-color css
<style>
span { border-color: #CE7EDE; }
span { border-color: rgb(206,126,222); }
td.TdClassName
{
border-color: #CE7EDE;
}
.TagClassName
{
border-color: #CE7EDE;
}
</style>