Shades of Orchid #CE79B7
Tints of Orchid #CE79B7
RGB
CMYK
RGB Variations
Color information
#CE79B7 (or 0xCE79B7) is known color: Orchid. HEX triplet: CE, 79 and B7. RGB value is (206,121,183). Sum of RGB (Red+Green+Blue) = 206+121+183=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79B7 is #318648. Grayscale: #999999. Windows color (decimal): -3245641 or 12024270. OLE color: 12024270.
HSL color Cylindrical-coordinate representation of color #CE79B7: hue angle of 316.24º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE79B7 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 183 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.19 |
| HSL | 316.24º | 0.46% | 0.64% | - |
| HSV(B) | 316.24º | 0.41% | 0.81% | - |
| XYZ | 40.84 | 30.22 | 48.48 | - |
| YUV | 153.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 183 | 0 | 0.41 | 0.11 | 0.19 | 316.24 | 0.46 | 0.64 |
| Hex | CE | 79 | B7 | 0 | 29 | B | 13 | 13C | 2E | 40 |
| Octal | 316 | 171 | 267 | 0 | 51 | 13 | 23 | 474 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10110111 | 0 | 101001 | 1011 | 10011 | 100111100 | 101110 | 1000000 |
Color Harmonies of #CE79B7
Complementary color
Monochromatic Colors of #CE79B7
Black with #CE79B7
Text Example
Text Example
White with #CE79B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79B7; }
p { color: rgb(206,121,183); }
H1.HeaderClassName
{
color: #CE79B7;
}
.AnyTagClassName
{
color: #CE79B7;
}
</style>
background-color css
<style>
a { background-color: #CE79B7; }
a { background-color: rgb(206,121,183); }
div.DivClassName
{
background-color: #CE79B7;
}
.BgClassName
{
background-color: #CE79B7;
}
</style>
border-color css
<style>
span { border-color: #CE79B7; }
span { border-color: rgb(206,121,183); }
td.TdClassName
{
border-color: #CE79B7;
}
.TagClassName
{
border-color: #CE79B7;
}
</style>