Shades of Orchid #CE79BE
Tints of Orchid #CE79BE
RGB
CMYK
RGB Variations
Color information
#CE79BE (or 0xCE79BE) is known color: Orchid. HEX triplet: CE, 79 and BE. RGB value is (206,121,190). Sum of RGB (Red+Green+Blue) = 206+121+190=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79BE is #318641. Grayscale: #9A9A9A. Windows color (decimal): -3245634 or 12483022. OLE color: 12483022.
HSL color Cylindrical-coordinate representation of color #CE79BE: hue angle of 311.29º 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 #CE79BE is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 190 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.19 |
| HSL | 311.29º | 0.46% | 0.64% | - |
| HSV(B) | 311.29º | 0.41% | 0.81% | - |
| XYZ | 41.59 | 30.51 | 52.41 | - |
| YUV | 154.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 190 | 0 | 0.41 | 0.08 | 0.19 | 311.29 | 0.46 | 0.64 |
| Hex | CE | 79 | BE | 0 | 29 | 8 | 13 | 137 | 2E | 40 |
| Octal | 316 | 171 | 276 | 0 | 51 | 10 | 23 | 467 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10111110 | 0 | 101001 | 1000 | 10011 | 100110111 | 101110 | 1000000 |
Color Harmonies of #CE79BE
Complementary color
Monochromatic Colors of #CE79BE
Black with #CE79BE
Text Example
Text Example
White with #CE79BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79BE; }
p { color: rgb(206,121,190); }
H1.HeaderClassName
{
color: #CE79BE;
}
.AnyTagClassName
{
color: #CE79BE;
}
</style>
background-color css
<style>
a { background-color: #CE79BE; }
a { background-color: rgb(206,121,190); }
div.DivClassName
{
background-color: #CE79BE;
}
.BgClassName
{
background-color: #CE79BE;
}
</style>
border-color css
<style>
span { border-color: #CE79BE; }
span { border-color: rgb(206,121,190); }
td.TdClassName
{
border-color: #CE79BE;
}
.TagClassName
{
border-color: #CE79BE;
}
</style>