Shades of Orchid #CE7ABF
Tints of Orchid #CE7ABF
RGB
CMYK
RGB Variations
Color information
#CE7ABF (or 0xCE7ABF) is known color: Orchid. HEX triplet: CE, 7A and BF. RGB value is (206,122,191). Sum of RGB (Red+Green+Blue) = 206+122+191=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ABF is #318540. Grayscale: #9A9A9A. Windows color (decimal): -3245377 or 12548814. OLE color: 12548814.
HSL color Cylindrical-coordinate representation of color #CE7ABF: hue angle of 310.71º 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 #CE7ABF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 122 | 191 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.19 |
| HSL | 310.71º | 0.46% | 0.64% | - |
| HSV(B) | 310.71º | 0.41% | 0.81% | - |
| XYZ | 41.82 | 30.8 | 53.03 | - |
| YUV | 154.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 122 | 191 | 0 | 0.41 | 0.07 | 0.19 | 310.71 | 0.46 | 0.64 |
| Hex | CE | 7A | BF | 0 | 29 | 7 | 13 | 137 | 2E | 40 |
| Octal | 316 | 172 | 277 | 0 | 51 | 7 | 23 | 467 | 56 | 100 |
| Binary | 11001110 | 1111010 | 10111111 | 0 | 101001 | 111 | 10011 | 100110111 | 101110 | 1000000 |
Color Harmonies of #CE7ABF
Complementary color
Monochromatic Colors of #CE7ABF
Black with #CE7ABF
Text Example
Text Example
White with #CE7ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7ABF; }
p { color: rgb(206,122,191); }
H1.HeaderClassName
{
color: #CE7ABF;
}
.AnyTagClassName
{
color: #CE7ABF;
}
</style>
background-color css
<style>
a { background-color: #CE7ABF; }
a { background-color: rgb(206,122,191); }
div.DivClassName
{
background-color: #CE7ABF;
}
.BgClassName
{
background-color: #CE7ABF;
}
</style>
border-color css
<style>
span { border-color: #CE7ABF; }
span { border-color: rgb(206,122,191); }
td.TdClassName
{
border-color: #CE7ABF;
}
.TagClassName
{
border-color: #CE7ABF;
}
</style>