Shades of Orchid #CE78DD
Tints of Orchid #CE78DD
RGB
CMYK
RGB Variations
Color information
#CE78DD (or 0xCE78DD) is known color: Orchid. HEX triplet: CE, 78 and DD. RGB value is (206,120,221). Sum of RGB (Red+Green+Blue) = 206+120+221=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78DD is #318722. Grayscale: #9C9C9C. Windows color (decimal): -3245859 or 14514382. OLE color: 14514382.
HSL color Cylindrical-coordinate representation of color #CE78DD: hue angle of 291.09º degrees, saturation: 0.6, 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 #CE78DD is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 120 | 221 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.13 |
| HSL | 291.09º | 0.6% | 0.67% | - |
| HSV(B) | 291.09º | 0.46% | 0.87% | - |
| XYZ | 45.22 | 31.78 | 72.16 | - |
| YUV | 157.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 221 | 0.07 | 0.46 | 0 | 0.13 | 291.09 | 0.6 | 0.67 |
| Hex | CE | 78 | DD | 7 | 2E | 0 | D | 123 | 3C | 43 |
| Octal | 316 | 170 | 335 | 7 | 56 | 0 | 15 | 443 | 74 | 103 |
| Binary | 11001110 | 1111000 | 11011101 | 111 | 101110 | 0 | 1101 | 100100011 | 111100 | 1000011 |
Color Harmonies of #CE78DD
Complementary color
Monochromatic Colors of #CE78DD
Black with #CE78DD
Text Example
Text Example
White with #CE78DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78DD; }
p { color: rgb(206,120,221); }
H1.HeaderClassName
{
color: #CE78DD;
}
.AnyTagClassName
{
color: #CE78DD;
}
</style>
background-color css
<style>
a { background-color: #CE78DD; }
a { background-color: rgb(206,120,221); }
div.DivClassName
{
background-color: #CE78DD;
}
.BgClassName
{
background-color: #CE78DD;
}
</style>
border-color css
<style>
span { border-color: #CE78DD; }
span { border-color: rgb(206,120,221); }
td.TdClassName
{
border-color: #CE78DD;
}
.TagClassName
{
border-color: #CE78DD;
}
</style>