Shades of Orchid #CE7CBC
Tints of Orchid #CE7CBC
RGB
CMYK
RGB Variations
Color information
#CE7CBC (or 0xCE7CBC) is known color: Orchid. HEX triplet: CE, 7C and BC. RGB value is (206,124,188). Sum of RGB (Red+Green+Blue) = 206+124+188=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 124 (48.83% from 255 or 23.94% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CBC is #318343. Grayscale: #9B9B9B. Windows color (decimal): -3244868 or 12352718. OLE color: 12352718.
HSL color Cylindrical-coordinate representation of color #CE7CBC: hue angle of 313.17º 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 #CE7CBC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 188 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.19 |
| HSL | 313.17º | 0.46% | 0.65% | - |
| HSV(B) | 313.17º | 0.4% | 0.81% | - |
| XYZ | 41.74 | 31.17 | 51.39 | - |
| YUV | 155.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 188 | 0 | 0.40 | 0.09 | 0.19 | 313.17 | 0.46 | 0.65 |
| Hex | CE | 7C | BC | 0 | 28 | 9 | 13 | 139 | 2E | 41 |
| Octal | 316 | 174 | 274 | 0 | 50 | 11 | 23 | 471 | 56 | 101 |
| Binary | 11001110 | 1111100 | 10111100 | 0 | 101000 | 1001 | 10011 | 100111001 | 101110 | 1000001 |
Color Harmonies of #CE7CBC
Complementary color
Monochromatic Colors of #CE7CBC
Black with #CE7CBC
Text Example
Text Example
White with #CE7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7CBC; }
p { color: rgb(206,124,188); }
H1.HeaderClassName
{
color: #CE7CBC;
}
.AnyTagClassName
{
color: #CE7CBC;
}
</style>
background-color css
<style>
a { background-color: #CE7CBC; }
a { background-color: rgb(206,124,188); }
div.DivClassName
{
background-color: #CE7CBC;
}
.BgClassName
{
background-color: #CE7CBC;
}
</style>
border-color css
<style>
span { border-color: #CE7CBC; }
span { border-color: rgb(206,124,188); }
td.TdClassName
{
border-color: #CE7CBC;
}
.TagClassName
{
border-color: #CE7CBC;
}
</style>