Shades of Orchid #CE79BB
Tints of Orchid #CE79BB
RGB
CMYK
RGB Variations
Color information
#CE79BB (or 0xCE79BB) is known color: Orchid. HEX triplet: CE, 79 and BB. RGB value is (206,121,187). Sum of RGB (Red+Green+Blue) = 206+121+187=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE79BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE79BB is #318644. Grayscale: #999999. Windows color (decimal): -3245637 or 12286414. OLE color: 12286414.
HSL color Cylindrical-coordinate representation of color #CE79BB: hue angle of 313.41º 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 #CE79BB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 187 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.19 |
| HSL | 313.41º | 0.46% | 0.64% | - |
| HSV(B) | 313.41º | 0.41% | 0.81% | - |
| XYZ | 41.26 | 30.38 | 50.7 | - |
| YUV | 153.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 187 | 0 | 0.41 | 0.09 | 0.19 | 313.41 | 0.46 | 0.64 |
| Hex | CE | 79 | BB | 0 | 29 | 9 | 13 | 139 | 2E | 40 |
| Octal | 316 | 171 | 273 | 0 | 51 | 11 | 23 | 471 | 56 | 100 |
| Binary | 11001110 | 1111001 | 10111011 | 0 | 101001 | 1001 | 10011 | 100111001 | 101110 | 1000000 |
Color Harmonies of #CE79BB
Complementary color
Monochromatic Colors of #CE79BB
Black with #CE79BB
Text Example
Text Example
White with #CE79BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE79BB; }
p { color: rgb(206,121,187); }
H1.HeaderClassName
{
color: #CE79BB;
}
.AnyTagClassName
{
color: #CE79BB;
}
</style>
background-color css
<style>
a { background-color: #CE79BB; }
a { background-color: rgb(206,121,187); }
div.DivClassName
{
background-color: #CE79BB;
}
.BgClassName
{
background-color: #CE79BB;
}
</style>
border-color css
<style>
span { border-color: #CE79BB; }
span { border-color: rgb(206,121,187); }
td.TdClassName
{
border-color: #CE79BB;
}
.TagClassName
{
border-color: #CE79BB;
}
</style>