Shades of Orchid #CE79BD
Tints of Orchid #CE79BD
RGB
CMYK
RGB Variations
Color information
#CE79BD (or 0xCE79BD) is known color: Orchid. HEX triplet: CE, 79 and BD. RGB value is (206,121,189). Sum of RGB (Red+Green+Blue) = 206+121+189=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79BD is #318642. Grayscale: #999999. Windows color (decimal): -3245635 or 12417486. OLE color: 12417486.
HSL color Cylindrical-coordinate representation of color #CE79BD: hue angle of 312º 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 #CE79BD is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 189 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.19 |
| HSL | 312º | 0.46% | 0.64% | - |
| HSV(B) | 312º | 0.41% | 0.81% | - |
| XYZ | 41.48 | 30.47 | 51.84 | - |
| YUV | 154.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 189 | 0 | 0.41 | 0.08 | 0.19 | 312 | 0.46 | 0.64 |
| Hex | CE | 79 | BD | 0 | 29 | 8 | 13 | 138 | 2E | 40 |
| Octal | 316 | 171 | 275 | 0 | 51 | 10 | 23 | 470 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10111101 | 0 | 101001 | 1000 | 10011 | 100111000 | 101110 | 1000000 |
Color Harmonies of #CE79BD
Complementary color
Monochromatic Colors of #CE79BD
Black with #CE79BD
Text Example
Text Example
White with #CE79BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79BD; }
p { color: rgb(206,121,189); }
H1.HeaderClassName
{
color: #CE79BD;
}
.AnyTagClassName
{
color: #CE79BD;
}
</style>
background-color css
<style>
a { background-color: #CE79BD; }
a { background-color: rgb(206,121,189); }
div.DivClassName
{
background-color: #CE79BD;
}
.BgClassName
{
background-color: #CE79BD;
}
</style>
border-color css
<style>
span { border-color: #CE79BD; }
span { border-color: rgb(206,121,189); }
td.TdClassName
{
border-color: #CE79BD;
}
.TagClassName
{
border-color: #CE79BD;
}
</style>