Shades of Orchid #CE7BD7
Tints of Orchid #CE7BD7
RGB
CMYK
RGB Variations
Color information
#CE7BD7 (or 0xCE7BD7) is known color: Orchid. HEX triplet: CE, 7B and D7. RGB value is (206,123,215). Sum of RGB (Red+Green+Blue) = 206+123+215=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 123 (48.44% from 255 or 22.61% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BD7 is #318428. Grayscale: #9E9E9E. Windows color (decimal): -3245097 or 14121934. OLE color: 14121934.
HSL color Cylindrical-coordinate representation of color #CE7BD7: hue angle of 294.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7BD7 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 123 | 215 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.16 |
| HSL | 294.13º | 0.53% | 0.66% | - |
| HSV(B) | 294.13º | 0.43% | 0.84% | - |
| XYZ | 44.8 | 32.19 | 68.14 | - |
| YUV | 158.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 215 | 0.04 | 0.43 | 0 | 0.16 | 294.13 | 0.53 | 0.66 |
| Hex | CE | 7B | D7 | 4 | 2B | 0 | 10 | 126 | 35 | 42 |
| Octal | 316 | 173 | 327 | 4 | 53 | 0 | 20 | 446 | 65 | 102 |
| Binary | 11001110 | 1111011 | 11010111 | 100 | 101011 | 0 | 10000 | 100100110 | 110101 | 1000010 |
Color Harmonies of #CE7BD7
Complementary color
Monochromatic Colors of #CE7BD7
Black with #CE7BD7
Text Example
Text Example
White with #CE7BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BD7; }
p { color: rgb(206,123,215); }
H1.HeaderClassName
{
color: #CE7BD7;
}
.AnyTagClassName
{
color: #CE7BD7;
}
</style>
background-color css
<style>
a { background-color: #CE7BD7; }
a { background-color: rgb(206,123,215); }
div.DivClassName
{
background-color: #CE7BD7;
}
.BgClassName
{
background-color: #CE7BD7;
}
</style>
border-color css
<style>
span { border-color: #CE7BD7; }
span { border-color: rgb(206,123,215); }
td.TdClassName
{
border-color: #CE7BD7;
}
.TagClassName
{
border-color: #CE7BD7;
}
</style>