Shades of Orchid #CE78BC
Tints of Orchid #CE78BC
RGB
CMYK
RGB Variations
Color information
#CE78BC (or 0xCE78BC) is known color: Orchid. HEX triplet: CE, 78 and BC. RGB value is (206,120,188). Sum of RGB (Red+Green+Blue) = 206+120+188=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78BC is #318743. Grayscale: #999999. Windows color (decimal): -3245892 or 12351694. OLE color: 12351694.
HSL color Cylindrical-coordinate representation of color #CE78BC: hue angle of 312.56º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE78BC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 188 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.19 |
| HSL | 312.56º | 0.47% | 0.64% | - |
| HSV(B) | 312.56º | 0.42% | 0.81% | - |
| XYZ | 41.25 | 30.19 | 51.23 | - |
| YUV | 153.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 188 | 0 | 0.42 | 0.09 | 0.19 | 312.56 | 0.47 | 0.64 |
| Hex | CE | 78 | BC | 0 | 2A | 9 | 13 | 139 | 2F | 40 |
| Octal | 316 | 170 | 274 | 0 | 52 | 11 | 23 | 471 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10111100 | 0 | 101010 | 1001 | 10011 | 100111001 | 101111 | 1000000 |
Color Harmonies of #CE78BC
Complementary color
Monochromatic Colors of #CE78BC
Black with #CE78BC
Text Example
Text Example
White with #CE78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78BC; }
p { color: rgb(206,120,188); }
H1.HeaderClassName
{
color: #CE78BC;
}
.AnyTagClassName
{
color: #CE78BC;
}
</style>
background-color css
<style>
a { background-color: #CE78BC; }
a { background-color: rgb(206,120,188); }
div.DivClassName
{
background-color: #CE78BC;
}
.BgClassName
{
background-color: #CE78BC;
}
</style>
border-color css
<style>
span { border-color: #CE78BC; }
span { border-color: rgb(206,120,188); }
td.TdClassName
{
border-color: #CE78BC;
}
.TagClassName
{
border-color: #CE78BC;
}
</style>