Shades of Orchid #CE7DDE
Tints of Orchid #CE7DDE
RGB
CMYK
RGB Variations
Color information
#CE7DDE (or 0xCE7DDE) is known color: Orchid. HEX triplet: CE, 7D and DE. RGB value is (206,125,222). Sum of RGB (Red+Green+Blue) = 206+125+222=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7DDE is #318221. Grayscale: #9F9F9F. Windows color (decimal): -3244578 or 14581198. OLE color: 14581198.
HSL color Cylindrical-coordinate representation of color #CE7DDE: hue angle of 290.1º 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 #CE7DDE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 125 | 222 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.13 |
| HSL | 290.1º | 0.6% | 0.68% | - |
| HSV(B) | 290.1º | 0.44% | 0.87% | - |
| XYZ | 45.97 | 33.06 | 73.07 | - |
| YUV | 160.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 222 | 0.07 | 0.44 | 0 | 0.13 | 290.1 | 0.6 | 0.68 |
| Hex | CE | 7D | DE | 7 | 2C | 0 | D | 122 | 3C | 44 |
| Octal | 316 | 175 | 336 | 7 | 54 | 0 | 15 | 442 | 74 | 104 |
| Binary | 11001110 | 1111101 | 11011110 | 111 | 101100 | 0 | 1101 | 100100010 | 111100 | 1000100 |
Color Harmonies of #CE7DDE
Complementary color
Monochromatic Colors of #CE7DDE
Black with #CE7DDE
Text Example
Text Example
White with #CE7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7DDE; }
p { color: rgb(206,125,222); }
H1.HeaderClassName
{
color: #CE7DDE;
}
.AnyTagClassName
{
color: #CE7DDE;
}
</style>
background-color css
<style>
a { background-color: #CE7DDE; }
a { background-color: rgb(206,125,222); }
div.DivClassName
{
background-color: #CE7DDE;
}
.BgClassName
{
background-color: #CE7DDE;
}
</style>
border-color css
<style>
span { border-color: #CE7DDE; }
span { border-color: rgb(206,125,222); }
td.TdClassName
{
border-color: #CE7DDE;
}
.TagClassName
{
border-color: #CE7DDE;
}
</style>