Shades of Orchid #CE7BDE
Tints of Orchid #CE7BDE
RGB
CMYK
RGB Variations
Color information
#CE7BDE (or 0xCE7BDE) is known color: Orchid. HEX triplet: CE, 7B and DE. RGB value is (206,123,222). Sum of RGB (Red+Green+Blue) = 206+123+222=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE7BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BDE is #318421. Grayscale: #9E9E9E. Windows color (decimal): -3245090 or 14580686. OLE color: 14580686.
HSL color Cylindrical-coordinate representation of color #CE7BDE: hue angle of 290.3º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7BDE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 123 | 222 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 290.3º | 0.6% | 0.68% | - |
| HSV(B) | 290.3º | 0.45% | 0.87% | - |
| XYZ | 45.72 | 32.56 | 72.98 | - |
| YUV | 159.1 | 163.5 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 222 | 0.07 | 0.45 | 0 | 0.13 | 290.3 | 0.6 | 0.68 |
| Hex | CE | 7B | DE | 7 | 2D | 0 | D | 122 | 3C | 44 |
| Octal | 316 | 173 | 336 | 7 | 55 | 0 | 15 | 442 | 74 | 104 |
| Binary | 11001110 | 1111011 | 11011110 | 111 | 101101 | 0 | 1101 | 100100010 | 111100 | 1000100 |
Color Harmonies of #CE7BDE
Complementary color
Monochromatic Colors of #CE7BDE
Black with #CE7BDE
Text Example
Text Example
White with #CE7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BDE; }
p { color: rgb(206,123,222); }
H1.HeaderClassName
{
color: #CE7BDE;
}
.AnyTagClassName
{
color: #CE7BDE;
}
</style>
background-color css
<style>
a { background-color: #CE7BDE; }
a { background-color: rgb(206,123,222); }
div.DivClassName
{
background-color: #CE7BDE;
}
.BgClassName
{
background-color: #CE7BDE;
}
</style>
border-color css
<style>
span { border-color: #CE7BDE; }
span { border-color: rgb(206,123,222); }
td.TdClassName
{
border-color: #CE7BDE;
}
.TagClassName
{
border-color: #CE7BDE;
}
</style>