Shades of Orchid #CE7BBF
Tints of Orchid #CE7BBF
RGB
CMYK
RGB Variations
Color information
#CE7BBF (or 0xCE7BBF) is known color: Orchid. HEX triplet: CE, 7B and BF. RGB value is (206,123,191). Sum of RGB (Red+Green+Blue) = 206+123+191=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BBF is #318440. Grayscale: #9B9B9B. Windows color (decimal): -3245121 or 12549070. OLE color: 12549070.
HSL color Cylindrical-coordinate representation of color #CE7BBF: hue angle of 310.84º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BBF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 191 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.19 |
| HSL | 310.84º | 0.46% | 0.65% | - |
| HSV(B) | 310.84º | 0.4% | 0.81% | - |
| XYZ | 41.94 | 31.05 | 53.07 | - |
| YUV | 155.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 191 | 0 | 0.40 | 0.07 | 0.19 | 310.84 | 0.46 | 0.65 |
| Hex | CE | 7B | BF | 0 | 28 | 7 | 13 | 137 | 2E | 41 |
| Octal | 316 | 173 | 277 | 0 | 50 | 7 | 23 | 467 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10111111 | 0 | 101000 | 111 | 10011 | 100110111 | 101110 | 1000001 |
Color Harmonies of #CE7BBF
Complementary color
Monochromatic Colors of #CE7BBF
Black with #CE7BBF
Text Example
Text Example
White with #CE7BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BBF; }
p { color: rgb(206,123,191); }
H1.HeaderClassName
{
color: #CE7BBF;
}
.AnyTagClassName
{
color: #CE7BBF;
}
</style>
background-color css
<style>
a { background-color: #CE7BBF; }
a { background-color: rgb(206,123,191); }
div.DivClassName
{
background-color: #CE7BBF;
}
.BgClassName
{
background-color: #CE7BBF;
}
</style>
border-color css
<style>
span { border-color: #CE7BBF; }
span { border-color: rgb(206,123,191); }
td.TdClassName
{
border-color: #CE7BBF;
}
.TagClassName
{
border-color: #CE7BBF;
}
</style>