Shades of Orchid #CE7CDE
Tints of Orchid #CE7CDE
RGB
CMYK
RGB Variations
Color information
#CE7CDE (or 0xCE7CDE) is known color: Orchid. HEX triplet: CE, 7C and DE. RGB value is (206,124,222). Sum of RGB (Red+Green+Blue) = 206+124+222=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CDE is #318321. Grayscale: #9F9F9F. Windows color (decimal): -3244834 or 14580942. OLE color: 14580942.
HSL color Cylindrical-coordinate representation of color #CE7CDE: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7CDE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 124 | 222 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.13 |
| HSL | 290.2º | 0.6% | 0.68% | - |
| HSV(B) | 290.2º | 0.44% | 0.87% | - |
| XYZ | 45.85 | 32.81 | 73.02 | - |
| YUV | 159.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 222 | 0.07 | 0.44 | 0 | 0.13 | 290.2 | 0.6 | 0.68 |
| Hex | CE | 7C | DE | 7 | 2C | 0 | D | 122 | 3C | 44 |
| Octal | 316 | 174 | 336 | 7 | 54 | 0 | 15 | 442 | 74 | 104 |
| Binary | 11001110 | 1111100 | 11011110 | 111 | 101100 | 0 | 1101 | 100100010 | 111100 | 1000100 |
Color Harmonies of #CE7CDE
Complementary color
Monochromatic Colors of #CE7CDE
Black with #CE7CDE
Text Example
Text Example
White with #CE7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CDE; }
p { color: rgb(206,124,222); }
H1.HeaderClassName
{
color: #CE7CDE;
}
.AnyTagClassName
{
color: #CE7CDE;
}
</style>
background-color css
<style>
a { background-color: #CE7CDE; }
a { background-color: rgb(206,124,222); }
div.DivClassName
{
background-color: #CE7CDE;
}
.BgClassName
{
background-color: #CE7CDE;
}
</style>
border-color css
<style>
span { border-color: #CE7CDE; }
span { border-color: rgb(206,124,222); }
td.TdClassName
{
border-color: #CE7CDE;
}
.TagClassName
{
border-color: #CE7CDE;
}
</style>