Shades of Orchid #CE79D0
Tints of Orchid #CE79D0
RGB
CMYK
RGB Variations
Color information
#CE79D0 (or 0xCE79D0) is known color: Orchid. HEX triplet: CE, 79 and D0. RGB value is (206,121,208). Sum of RGB (Red+Green+Blue) = 206+121+208=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 121 (47.66% from 255 or 22.62% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D0 is #31862F. Grayscale: #9C9C9C. Windows color (decimal): -3245616 or 13662670. OLE color: 13662670.
HSL color Cylindrical-coordinate representation of color #CE79D0: hue angle of 298.62º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE79D0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 121 | 208 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.18 |
| HSL | 298.62º | 0.48% | 0.65% | - |
| HSV(B) | 298.62º | 0.42% | 0.82% | - |
| XYZ | 43.68 | 31.35 | 63.42 | - |
| YUV | 156.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 208 | 0.01 | 0.42 | 0 | 0.18 | 298.62 | 0.48 | 0.65 |
| Hex | CE | 79 | D0 | 1 | 2A | 0 | 12 | 12B | 30 | 41 |
| Octal | 316 | 171 | 320 | 1 | 52 | 0 | 22 | 453 | 60 | 101 |
| Binary | 11001110 | 1111001 | 11010000 | 1 | 101010 | 0 | 10010 | 100101011 | 110000 | 1000001 |
Color Harmonies of #CE79D0
Complementary color
Monochromatic Colors of #CE79D0
Black with #CE79D0
Text Example
Text Example
White with #CE79D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79D0; }
p { color: rgb(206,121,208); }
H1.HeaderClassName
{
color: #CE79D0;
}
.AnyTagClassName
{
color: #CE79D0;
}
</style>
background-color css
<style>
a { background-color: #CE79D0; }
a { background-color: rgb(206,121,208); }
div.DivClassName
{
background-color: #CE79D0;
}
.BgClassName
{
background-color: #CE79D0;
}
</style>
border-color css
<style>
span { border-color: #CE79D0; }
span { border-color: rgb(206,121,208); }
td.TdClassName
{
border-color: #CE79D0;
}
.TagClassName
{
border-color: #CE79D0;
}
</style>