Shades of Orchid #CE79DC
Tints of Orchid #CE79DC
RGB
CMYK
RGB Variations
Color information
#CE79DC (or 0xCE79DC) is known color: Orchid. HEX triplet: CE, 79 and DC. RGB value is (206,121,220). Sum of RGB (Red+Green+Blue) = 206+121+220=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79DC is #318623. Grayscale: #9D9D9D. Windows color (decimal): -3245604 or 14449102. OLE color: 14449102.
HSL color Cylindrical-coordinate representation of color #CE79DC: hue angle of 291.52º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE79DC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 121 | 220 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.14 |
| HSL | 291.52º | 0.59% | 0.67% | - |
| HSV(B) | 291.52º | 0.45% | 0.86% | - |
| XYZ | 45.21 | 31.96 | 71.5 | - |
| YUV | 157.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 220 | 0.06 | 0.45 | 0 | 0.14 | 291.52 | 0.59 | 0.67 |
| Hex | CE | 79 | DC | 6 | 2D | 0 | E | 124 | 3B | 43 |
| Octal | 316 | 171 | 334 | 6 | 55 | 0 | 16 | 444 | 73 | 103 |
| Binary | 11001110 | 1111001 | 11011100 | 110 | 101101 | 0 | 1110 | 100100100 | 111011 | 1000011 |
Color Harmonies of #CE79DC
Complementary color
Monochromatic Colors of #CE79DC
Black with #CE79DC
Text Example
Text Example
White with #CE79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79DC; }
p { color: rgb(206,121,220); }
H1.HeaderClassName
{
color: #CE79DC;
}
.AnyTagClassName
{
color: #CE79DC;
}
</style>
background-color css
<style>
a { background-color: #CE79DC; }
a { background-color: rgb(206,121,220); }
div.DivClassName
{
background-color: #CE79DC;
}
.BgClassName
{
background-color: #CE79DC;
}
</style>
border-color css
<style>
span { border-color: #CE79DC; }
span { border-color: rgb(206,121,220); }
td.TdClassName
{
border-color: #CE79DC;
}
.TagClassName
{
border-color: #CE79DC;
}
</style>