Shades of Orchid #CE79D4
Tints of Orchid #CE79D4
RGB
CMYK
RGB Variations
Color information
#CE79D4 (or 0xCE79D4) is known color: Orchid. HEX triplet: CE, 79 and D4. RGB value is (206,121,212). Sum of RGB (Red+Green+Blue) = 206+121+212=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D4 is #31862B. Grayscale: #9C9C9C. Windows color (decimal): -3245612 or 13924814. OLE color: 13924814.
HSL color Cylindrical-coordinate representation of color #CE79D4: hue angle of 296.04º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE79D4 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 121 | 212 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.17 |
| HSL | 296.04º | 0.51% | 0.65% | - |
| HSV(B) | 296.04º | 0.43% | 0.83% | - |
| XYZ | 44.17 | 31.55 | 66.05 | - |
| YUV | 156.79 | 159.16 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 212 | 0.03 | 0.43 | 0 | 0.17 | 296.04 | 0.51 | 0.65 |
| Hex | CE | 79 | D4 | 3 | 2B | 0 | 11 | 128 | 33 | 41 |
| Octal | 316 | 171 | 324 | 3 | 53 | 0 | 21 | 450 | 63 | 101 |
| Binary | 11001110 | 1111001 | 11010100 | 11 | 101011 | 0 | 10001 | 100101000 | 110011 | 1000001 |
Color Harmonies of #CE79D4
Complementary color
Monochromatic Colors of #CE79D4
Black with #CE79D4
Text Example
Text Example
White with #CE79D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79D4; }
p { color: rgb(206,121,212); }
H1.HeaderClassName
{
color: #CE79D4;
}
.AnyTagClassName
{
color: #CE79D4;
}
</style>
background-color css
<style>
a { background-color: #CE79D4; }
a { background-color: rgb(206,121,212); }
div.DivClassName
{
background-color: #CE79D4;
}
.BgClassName
{
background-color: #CE79D4;
}
</style>
border-color css
<style>
span { border-color: #CE79D4; }
span { border-color: rgb(206,121,212); }
td.TdClassName
{
border-color: #CE79D4;
}
.TagClassName
{
border-color: #CE79D4;
}
</style>