Shades of Orchid #CE78C9
Tints of Orchid #CE78C9
RGB
CMYK
RGB Variations
Color information
#CE78C9 (or 0xCE78C9) is known color: Orchid. HEX triplet: CE, 78 and C9. RGB value is (206,120,201). Sum of RGB (Red+Green+Blue) = 206+120+201=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE78C9 is #318736. Grayscale: #9A9A9A. Windows color (decimal): -3245879 or 13203662. OLE color: 13203662.
HSL color Cylindrical-coordinate representation of color #CE78C9: hue angle of 303.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE78C9 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 201 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.19 |
| HSL | 303.49º | 0.47% | 0.64% | - |
| HSV(B) | 303.49º | 0.42% | 0.81% | - |
| XYZ | 42.71 | 30.77 | 58.95 | - |
| YUV | 154.95 | 153.99 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 201 | 0 | 0.42 | 0.02 | 0.19 | 303.49 | 0.47 | 0.64 |
| Hex | CE | 78 | C9 | 0 | 2A | 2 | 13 | 12F | 2F | 40 |
| Octal | 316 | 170 | 311 | 0 | 52 | 2 | 23 | 457 | 57 | 100 |
| Binary | 11001110 | 1111000 | 11001001 | 0 | 101010 | 10 | 10011 | 100101111 | 101111 | 1000000 |
Color Harmonies of #CE78C9
Complementary color
Monochromatic Colors of #CE78C9
Black with #CE78C9
Text Example
Text Example
White with #CE78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE78C9; }
p { color: rgb(206,120,201); }
H1.HeaderClassName
{
color: #CE78C9;
}
.AnyTagClassName
{
color: #CE78C9;
}
</style>
background-color css
<style>
a { background-color: #CE78C9; }
a { background-color: rgb(206,120,201); }
div.DivClassName
{
background-color: #CE78C9;
}
.BgClassName
{
background-color: #CE78C9;
}
</style>
border-color css
<style>
span { border-color: #CE78C9; }
span { border-color: rgb(206,120,201); }
td.TdClassName
{
border-color: #CE78C9;
}
.TagClassName
{
border-color: #CE78C9;
}
</style>