Shades of Orchid #CE79C0
Tints of Orchid #CE79C0
RGB
CMYK
RGB Variations
Color information
#CE79C0 (or 0xCE79C0) is known color: Orchid. HEX triplet: CE, 79 and C0. RGB value is (206,121,192). Sum of RGB (Red+Green+Blue) = 206+121+192=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79C0 is #31863F. Grayscale: #9A9A9A. Windows color (decimal): -3245632 or 12614094. OLE color: 12614094.
HSL color Cylindrical-coordinate representation of color #CE79C0: hue angle of 309.88º 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 #CE79C0 is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 192 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.19 |
| HSL | 309.88º | 0.46% | 0.64% | - |
| HSV(B) | 309.88º | 0.41% | 0.81% | - |
| XYZ | 41.81 | 30.6 | 53.57 | - |
| YUV | 154.51 | 149.16 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 192 | 0 | 0.41 | 0.07 | 0.19 | 309.88 | 0.46 | 0.64 |
| Hex | CE | 79 | C0 | 0 | 29 | 7 | 13 | 136 | 2E | 40 |
| Octal | 316 | 171 | 300 | 0 | 51 | 7 | 23 | 466 | 56 | 100 |
| Binary | 11001110 | 1111001 | 11000000 | 0 | 101001 | 111 | 10011 | 100110110 | 101110 | 1000000 |
Color Harmonies of #CE79C0
Complementary color
Monochromatic Colors of #CE79C0
Black with #CE79C0
Text Example
Text Example
White with #CE79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79C0; }
p { color: rgb(206,121,192); }
H1.HeaderClassName
{
color: #CE79C0;
}
.AnyTagClassName
{
color: #CE79C0;
}
</style>
background-color css
<style>
a { background-color: #CE79C0; }
a { background-color: rgb(206,121,192); }
div.DivClassName
{
background-color: #CE79C0;
}
.BgClassName
{
background-color: #CE79C0;
}
</style>
border-color css
<style>
span { border-color: #CE79C0; }
span { border-color: rgb(206,121,192); }
td.TdClassName
{
border-color: #CE79C0;
}
.TagClassName
{
border-color: #CE79C0;
}
</style>