Shades of Orchid #CE79D5
Tints of Orchid #CE79D5
RGB
CMYK
RGB Variations
Color information
#CE79D5 (or 0xCE79D5) is known color: Orchid. HEX triplet: CE, 79 and D5. RGB value is (206,121,213). Sum of RGB (Red+Green+Blue) = 206+121+213=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 121 (47.66% from 255 or 22.41% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79D5 is #31862A. Grayscale: #9C9C9C. Windows color (decimal): -3245611 or 13990350. OLE color: 13990350.
HSL color Cylindrical-coordinate representation of color #CE79D5: hue angle of 295.43º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE79D5 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 121 | 213 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.16 |
| HSL | 295.43º | 0.52% | 0.65% | - |
| HSV(B) | 295.43º | 0.43% | 0.84% | - |
| XYZ | 44.3 | 31.6 | 66.72 | - |
| YUV | 156.9 | 159.66 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 213 | 0.03 | 0.43 | 0 | 0.16 | 295.43 | 0.52 | 0.65 |
| Hex | CE | 79 | D5 | 3 | 2B | 0 | 10 | 127 | 34 | 41 |
| Octal | 316 | 171 | 325 | 3 | 53 | 0 | 20 | 447 | 64 | 101 |
| Binary | 11001110 | 1111001 | 11010101 | 11 | 101011 | 0 | 10000 | 100100111 | 110100 | 1000001 |
Color Harmonies of #CE79D5
Complementary color
Monochromatic Colors of #CE79D5
Black with #CE79D5
Text Example
Text Example
White with #CE79D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79D5; }
p { color: rgb(206,121,213); }
H1.HeaderClassName
{
color: #CE79D5;
}
.AnyTagClassName
{
color: #CE79D5;
}
</style>
background-color css
<style>
a { background-color: #CE79D5; }
a { background-color: rgb(206,121,213); }
div.DivClassName
{
background-color: #CE79D5;
}
.BgClassName
{
background-color: #CE79D5;
}
</style>
border-color css
<style>
span { border-color: #CE79D5; }
span { border-color: rgb(206,121,213); }
td.TdClassName
{
border-color: #CE79D5;
}
.TagClassName
{
border-color: #CE79D5;
}
</style>