Shades of Orchid #CE78DF
Tints of Orchid #CE78DF
RGB
CMYK
RGB Variations
Color information
#CE78DF (or 0xCE78DF) is known color: Orchid. HEX triplet: CE, 78 and DF. RGB value is (206,120,223). Sum of RGB (Red+Green+Blue) = 206+120+223=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78DF is #318720. Grayscale: #9D9D9D. Windows color (decimal): -3245857 or 14645454. OLE color: 14645454.
HSL color Cylindrical-coordinate representation of color #CE78DF: hue angle of 290.1º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE78DF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 120 | 223 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.13 |
| HSL | 290.1º | 0.62% | 0.67% | - |
| HSV(B) | 290.1º | 0.46% | 0.87% | - |
| XYZ | 45.49 | 31.88 | 73.57 | - |
| YUV | 157.46 | 164.99 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 223 | 0.08 | 0.46 | 0 | 0.13 | 290.1 | 0.62 | 0.67 |
| Hex | CE | 78 | DF | 8 | 2E | 0 | D | 122 | 3E | 43 |
| Octal | 316 | 170 | 337 | 10 | 56 | 0 | 15 | 442 | 76 | 103 |
| Binary | 11001110 | 1111000 | 11011111 | 1000 | 101110 | 0 | 1101 | 100100010 | 111110 | 1000011 |
Color Harmonies of #CE78DF
Complementary color
Monochromatic Colors of #CE78DF
Black with #CE78DF
Text Example
Text Example
White with #CE78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78DF; }
p { color: rgb(206,120,223); }
H1.HeaderClassName
{
color: #CE78DF;
}
.AnyTagClassName
{
color: #CE78DF;
}
</style>
background-color css
<style>
a { background-color: #CE78DF; }
a { background-color: rgb(206,120,223); }
div.DivClassName
{
background-color: #CE78DF;
}
.BgClassName
{
background-color: #CE78DF;
}
</style>
border-color css
<style>
span { border-color: #CE78DF; }
span { border-color: rgb(206,120,223); }
td.TdClassName
{
border-color: #CE78DF;
}
.TagClassName
{
border-color: #CE78DF;
}
</style>