Shades of Orchid #CE78D7
Tints of Orchid #CE78D7
RGB
CMYK
RGB Variations
Color information
#CE78D7 (or 0xCE78D7) is known color: Orchid. HEX triplet: CE, 78 and D7. RGB value is (206,120,215). Sum of RGB (Red+Green+Blue) = 206+120+215=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE78D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78D7 is #318728. Grayscale: #9C9C9C. Windows color (decimal): -3245865 or 14121166. OLE color: 14121166.
HSL color Cylindrical-coordinate representation of color #CE78D7: hue angle of 294.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE78D7 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 120 | 215 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.16 |
| HSL | 294.32º | 0.54% | 0.66% | - |
| HSV(B) | 294.32º | 0.44% | 0.84% | - |
| XYZ | 44.44 | 31.46 | 68.02 | - |
| YUV | 156.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 215 | 0.04 | 0.44 | 0 | 0.16 | 294.32 | 0.54 | 0.66 |
| Hex | CE | 78 | D7 | 4 | 2C | 0 | 10 | 126 | 36 | 42 |
| Octal | 316 | 170 | 327 | 4 | 54 | 0 | 20 | 446 | 66 | 102 |
| Binary | 11001110 | 1111000 | 11010111 | 100 | 101100 | 0 | 10000 | 100100110 | 110110 | 1000010 |
Color Harmonies of #CE78D7
Complementary color
Monochromatic Colors of #CE78D7
Black with #CE78D7
Text Example
Text Example
White with #CE78D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78D7; }
p { color: rgb(206,120,215); }
H1.HeaderClassName
{
color: #CE78D7;
}
.AnyTagClassName
{
color: #CE78D7;
}
</style>
background-color css
<style>
a { background-color: #CE78D7; }
a { background-color: rgb(206,120,215); }
div.DivClassName
{
background-color: #CE78D7;
}
.BgClassName
{
background-color: #CE78D7;
}
</style>
border-color css
<style>
span { border-color: #CE78D7; }
span { border-color: rgb(206,120,215); }
td.TdClassName
{
border-color: #CE78D7;
}
.TagClassName
{
border-color: #CE78D7;
}
</style>