Shades of Orchid #CE7BBB
Tints of Orchid #CE7BBB
RGB
CMYK
RGB Variations
Color information
#CE7BBB (or 0xCE7BBB) is known color: Orchid. HEX triplet: CE, 7B and BB. RGB value is (206,123,187). Sum of RGB (Red+Green+Blue) = 206+123+187=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BBB is #318444. Grayscale: #9A9A9A. Windows color (decimal): -3245125 or 12286926. OLE color: 12286926.
HSL color Cylindrical-coordinate representation of color #CE7BBB: hue angle of 313.73º 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 #CE7BBB is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 187 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.19 |
| HSL | 313.73º | 0.46% | 0.65% | - |
| HSV(B) | 313.73º | 0.4% | 0.81% | - |
| XYZ | 41.51 | 30.88 | 50.79 | - |
| YUV | 155.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 187 | 0 | 0.40 | 0.09 | 0.19 | 313.73 | 0.46 | 0.65 |
| Hex | CE | 7B | BB | 0 | 28 | 9 | 13 | 13A | 2E | 41 |
| Octal | 316 | 173 | 273 | 0 | 50 | 11 | 23 | 472 | 56 | 101 |
| Binary | 11001110 | 1111011 | 10111011 | 0 | 101000 | 1001 | 10011 | 100111010 | 101110 | 1000001 |
Color Harmonies of #CE7BBB
Complementary color
Monochromatic Colors of #CE7BBB
Black with #CE7BBB
Text Example
Text Example
White with #CE7BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7BBB; }
p { color: rgb(206,123,187); }
H1.HeaderClassName
{
color: #CE7BBB;
}
.AnyTagClassName
{
color: #CE7BBB;
}
</style>
background-color css
<style>
a { background-color: #CE7BBB; }
a { background-color: rgb(206,123,187); }
div.DivClassName
{
background-color: #CE7BBB;
}
.BgClassName
{
background-color: #CE7BBB;
}
</style>
border-color css
<style>
span { border-color: #CE7BBB; }
span { border-color: rgb(206,123,187); }
td.TdClassName
{
border-color: #CE7BBB;
}
.TagClassName
{
border-color: #CE7BBB;
}
</style>