Shades of Orchid #CE78D9
Tints of Orchid #CE78D9
RGB
CMYK
RGB Variations
Color information
#CE78D9 (or 0xCE78D9) is known color: Orchid. HEX triplet: CE, 78 and D9. RGB value is (206,120,217). Sum of RGB (Red+Green+Blue) = 206+120+217=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE78D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78D9 is #318726. Grayscale: #9C9C9C. Windows color (decimal): -3245863 or 14252238. OLE color: 14252238.
HSL color Cylindrical-coordinate representation of color #CE78D9: hue angle of 293.2º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE78D9 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 120 | 217 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.15 |
| HSL | 293.2º | 0.56% | 0.66% | - |
| HSV(B) | 293.2º | 0.45% | 0.85% | - |
| XYZ | 44.69 | 31.56 | 69.38 | - |
| YUV | 156.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 217 | 0.05 | 0.45 | 0 | 0.15 | 293.2 | 0.56 | 0.66 |
| Hex | CE | 78 | D9 | 5 | 2D | 0 | F | 125 | 38 | 42 |
| Octal | 316 | 170 | 331 | 5 | 55 | 0 | 17 | 445 | 70 | 102 |
| Binary | 11001110 | 1111000 | 11011001 | 101 | 101101 | 0 | 1111 | 100100101 | 111000 | 1000010 |
Color Harmonies of #CE78D9
Complementary color
Monochromatic Colors of #CE78D9
Black with #CE78D9
Text Example
Text Example
White with #CE78D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78D9; }
p { color: rgb(206,120,217); }
H1.HeaderClassName
{
color: #CE78D9;
}
.AnyTagClassName
{
color: #CE78D9;
}
</style>
background-color css
<style>
a { background-color: #CE78D9; }
a { background-color: rgb(206,120,217); }
div.DivClassName
{
background-color: #CE78D9;
}
.BgClassName
{
background-color: #CE78D9;
}
</style>
border-color css
<style>
span { border-color: #CE78D9; }
span { border-color: rgb(206,120,217); }
td.TdClassName
{
border-color: #CE78D9;
}
.TagClassName
{
border-color: #CE78D9;
}
</style>