Shades of Orchid #CE78E4
Tints of Orchid #CE78E4
RGB
CMYK
RGB Variations
Color information
#CE78E4 (or 0xCE78E4) is known color: Orchid. HEX triplet: CE, 78 and E4. RGB value is (206,120,228). Sum of RGB (Red+Green+Blue) = 206+120+228=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE78E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78E4 is #31871B. Grayscale: #9D9D9D. Windows color (decimal): -3245852 or 14973134. OLE color: 14973134.
HSL color Cylindrical-coordinate representation of color #CE78E4: hue angle of 287.78º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE78E4 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 120 | 228 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.11 |
| HSL | 287.78º | 0.67% | 0.68% | - |
| HSV(B) | 287.78º | 0.47% | 0.89% | - |
| XYZ | 46.17 | 32.16 | 77.17 | - |
| YUV | 158.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 228 | 0.10 | 0.47 | 0 | 0.11 | 287.78 | 0.67 | 0.68 |
| Hex | CE | 78 | E4 | A | 2F | 0 | B | 120 | 43 | 44 |
| Octal | 316 | 170 | 344 | 12 | 57 | 0 | 13 | 440 | 103 | 104 |
| Binary | 11001110 | 1111000 | 11100100 | 1010 | 101111 | 0 | 1011 | 100100000 | 1000011 | 1000100 |
Color Harmonies of #CE78E4
Complementary color
Monochromatic Colors of #CE78E4
Black with #CE78E4
Text Example
Text Example
White with #CE78E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78E4; }
p { color: rgb(206,120,228); }
H1.HeaderClassName
{
color: #CE78E4;
}
.AnyTagClassName
{
color: #CE78E4;
}
</style>
background-color css
<style>
a { background-color: #CE78E4; }
a { background-color: rgb(206,120,228); }
div.DivClassName
{
background-color: #CE78E4;
}
.BgClassName
{
background-color: #CE78E4;
}
</style>
border-color css
<style>
span { border-color: #CE78E4; }
span { border-color: rgb(206,120,228); }
td.TdClassName
{
border-color: #CE78E4;
}
.TagClassName
{
border-color: #CE78E4;
}
</style>