Shades of Orchid #CE78BA
Tints of Orchid #CE78BA
RGB
CMYK
RGB Variations
Color information
#CE78BA (or 0xCE78BA) is known color: Orchid. HEX triplet: CE, 78 and BA. RGB value is (206,120,186). Sum of RGB (Red+Green+Blue) = 206+120+186=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78BA is #318745. Grayscale: #999999. Windows color (decimal): -3245894 or 12220622. OLE color: 12220622.
HSL color Cylindrical-coordinate representation of color #CE78BA: hue angle of 313.95º 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 #CE78BA is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 186 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.19 |
| HSL | 313.95º | 0.47% | 0.64% | - |
| HSV(B) | 313.95º | 0.42% | 0.81% | - |
| XYZ | 41.03 | 30.1 | 50.1 | - |
| YUV | 153.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 186 | 0 | 0.42 | 0.10 | 0.19 | 313.95 | 0.47 | 0.64 |
| Hex | CE | 78 | BA | 0 | 2A | A | 13 | 13A | 2F | 40 |
| Octal | 316 | 170 | 272 | 0 | 52 | 12 | 23 | 472 | 57 | 100 |
| Binary | 11001110 | 1111000 | 10111010 | 0 | 101010 | 1010 | 10011 | 100111010 | 101111 | 1000000 |
Color Harmonies of #CE78BA
Complementary color
Monochromatic Colors of #CE78BA
Black with #CE78BA
Text Example
Text Example
White with #CE78BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78BA; }
p { color: rgb(206,120,186); }
H1.HeaderClassName
{
color: #CE78BA;
}
.AnyTagClassName
{
color: #CE78BA;
}
</style>
background-color css
<style>
a { background-color: #CE78BA; }
a { background-color: rgb(206,120,186); }
div.DivClassName
{
background-color: #CE78BA;
}
.BgClassName
{
background-color: #CE78BA;
}
</style>
border-color css
<style>
span { border-color: #CE78BA; }
span { border-color: rgb(206,120,186); }
td.TdClassName
{
border-color: #CE78BA;
}
.TagClassName
{
border-color: #CE78BA;
}
</style>