Shades of Orchid #CE7ABD
Tints of Orchid #CE7ABD
RGB
CMYK
RGB Variations
Color information
#CE7ABD (or 0xCE7ABD) is known color: Orchid. HEX triplet: CE, 7A and BD. RGB value is (206,122,189). Sum of RGB (Red+Green+Blue) = 206+122+189=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ABD is #318542. Grayscale: #9A9A9A. Windows color (decimal): -3245379 or 12417742. OLE color: 12417742.
HSL color Cylindrical-coordinate representation of color #CE7ABD: hue angle of 312.14º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7ABD is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 189 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.19 |
| HSL | 312.14º | 0.46% | 0.64% | - |
| HSV(B) | 312.14º | 0.41% | 0.81% | - |
| XYZ | 41.6 | 30.72 | 51.88 | - |
| YUV | 154.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 189 | 0 | 0.41 | 0.08 | 0.19 | 312.14 | 0.46 | 0.64 |
| Hex | CE | 7A | BD | 0 | 29 | 8 | 13 | 138 | 2E | 40 |
| Octal | 316 | 172 | 275 | 0 | 51 | 10 | 23 | 470 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10111101 | 0 | 101001 | 1000 | 10011 | 100111000 | 101110 | 1000000 |
Color Harmonies of #CE7ABD
Complementary color
Monochromatic Colors of #CE7ABD
Black with #CE7ABD
Text Example
Text Example
White with #CE7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ABD; }
p { color: rgb(206,122,189); }
H1.HeaderClassName
{
color: #CE7ABD;
}
.AnyTagClassName
{
color: #CE7ABD;
}
</style>
background-color css
<style>
a { background-color: #CE7ABD; }
a { background-color: rgb(206,122,189); }
div.DivClassName
{
background-color: #CE7ABD;
}
.BgClassName
{
background-color: #CE7ABD;
}
</style>
border-color css
<style>
span { border-color: #CE7ABD; }
span { border-color: rgb(206,122,189); }
td.TdClassName
{
border-color: #CE7ABD;
}
.TagClassName
{
border-color: #CE7ABD;
}
</style>