Shades of Orchid #CE79D6
Tints of Orchid #CE79D6
RGB
CMYK
RGB Variations
Color information
#CE79D6 (or 0xCE79D6) is known color: Orchid. HEX triplet: CE, 79 and D6. RGB value is (206,121,214). Sum of RGB (Red+Green+Blue) = 206+121+214=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 121 (47.66% from 255 or 22.37% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE79D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D6 is #318629. Grayscale: #9C9C9C. Windows color (decimal): -3245610 or 14055886. OLE color: 14055886.
HSL color Cylindrical-coordinate representation of color #CE79D6: hue angle of 294.84º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE79D6 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 121 | 214 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.16 |
| HSL | 294.84º | 0.53% | 0.66% | - |
| HSV(B) | 294.84º | 0.43% | 0.84% | - |
| XYZ | 44.43 | 31.65 | 67.39 | - |
| YUV | 157.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 214 | 0.04 | 0.43 | 0 | 0.16 | 294.84 | 0.53 | 0.66 |
| Hex | CE | 79 | D6 | 4 | 2B | 0 | 10 | 127 | 35 | 42 |
| Octal | 316 | 171 | 326 | 4 | 53 | 0 | 20 | 447 | 65 | 102 |
| Binary | 11001110 | 1111001 | 11010110 | 100 | 101011 | 0 | 10000 | 100100111 | 110101 | 1000010 |
Color Harmonies of #CE79D6
Complementary color
Monochromatic Colors of #CE79D6
Black with #CE79D6
Text Example
Text Example
White with #CE79D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79D6; }
p { color: rgb(206,121,214); }
H1.HeaderClassName
{
color: #CE79D6;
}
.AnyTagClassName
{
color: #CE79D6;
}
</style>
background-color css
<style>
a { background-color: #CE79D6; }
a { background-color: rgb(206,121,214); }
div.DivClassName
{
background-color: #CE79D6;
}
.BgClassName
{
background-color: #CE79D6;
}
</style>
border-color css
<style>
span { border-color: #CE79D6; }
span { border-color: rgb(206,121,214); }
td.TdClassName
{
border-color: #CE79D6;
}
.TagClassName
{
border-color: #CE79D6;
}
</style>