Shades of Orchid #CE7ADE
Tints of Orchid #CE7ADE
RGB
CMYK
RGB Variations
Color information
#CE7ADE (or 0xCE7ADE) is known color: Orchid. HEX triplet: CE, 7A and DE. RGB value is (206,122,222). Sum of RGB (Red+Green+Blue) = 206+122+222=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ADE is #318521. Grayscale: #9E9E9E. Windows color (decimal): -3245346 or 14580430. OLE color: 14580430.
HSL color Cylindrical-coordinate representation of color #CE7ADE: hue angle of 290.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7ADE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 122 | 222 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 290.4º | 0.6% | 0.67% | - |
| HSV(B) | 290.4º | 0.45% | 0.87% | - |
| XYZ | 45.6 | 32.31 | 72.94 | - |
| YUV | 158.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 222 | 0.07 | 0.45 | 0 | 0.13 | 290.4 | 0.6 | 0.67 |
| Hex | CE | 7A | DE | 7 | 2D | 0 | D | 122 | 3C | 43 |
| Octal | 316 | 172 | 336 | 7 | 55 | 0 | 15 | 442 | 74 | 103 |
| Binary | 11001110 | 1111010 | 11011110 | 111 | 101101 | 0 | 1101 | 100100010 | 111100 | 1000011 |
Color Harmonies of #CE7ADE
Complementary color
Monochromatic Colors of #CE7ADE
Black with #CE7ADE
Text Example
Text Example
White with #CE7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ADE; }
p { color: rgb(206,122,222); }
H1.HeaderClassName
{
color: #CE7ADE;
}
.AnyTagClassName
{
color: #CE7ADE;
}
</style>
background-color css
<style>
a { background-color: #CE7ADE; }
a { background-color: rgb(206,122,222); }
div.DivClassName
{
background-color: #CE7ADE;
}
.BgClassName
{
background-color: #CE7ADE;
}
</style>
border-color css
<style>
span { border-color: #CE7ADE; }
span { border-color: rgb(206,122,222); }
td.TdClassName
{
border-color: #CE7ADE;
}
.TagClassName
{
border-color: #CE7ADE;
}
</style>