Shades of Orchid #CE5ED9
Tints of Orchid #CE5ED9
RGB
CMYK
RGB Variations
Color information
#CE5ED9 (or 0xCE5ED9) is known color: Orchid. HEX triplet: CE, 5E and D9. RGB value is (206,94,217). Sum of RGB (Red+Green+Blue) = 206+94+217=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE5ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ED9 is #31A126. Grayscale: #8D8D8D. Windows color (decimal): -3252519 or 14245582. OLE color: 14245582.
HSL color Cylindrical-coordinate representation of color #CE5ED9: hue angle of 294.63º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5ED9 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 94 | 217 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.15 |
| HSL | 294.63º | 0.62% | 0.61% | - |
| HSV(B) | 294.63º | 0.57% | 0.85% | - |
| XYZ | 41.98 | 26.14 | 68.48 | - |
| YUV | 141.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 217 | 0.05 | 0.57 | 0 | 0.15 | 294.63 | 0.62 | 0.61 |
| Hex | CE | 5E | D9 | 5 | 39 | 0 | F | 127 | 3E | 3D |
| Octal | 316 | 136 | 331 | 5 | 71 | 0 | 17 | 447 | 76 | 75 |
| Binary | 11001110 | 1011110 | 11011001 | 101 | 111001 | 0 | 1111 | 100100111 | 111110 | 111101 |
Color Harmonies of #CE5ED9
Complementary color
Monochromatic Colors of #CE5ED9
Black with #CE5ED9
Text Example
Text Example
White with #CE5ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ED9; }
p { color: rgb(206,94,217); }
H1.HeaderClassName
{
color: #CE5ED9;
}
.AnyTagClassName
{
color: #CE5ED9;
}
</style>
background-color css
<style>
a { background-color: #CE5ED9; }
a { background-color: rgb(206,94,217); }
div.DivClassName
{
background-color: #CE5ED9;
}
.BgClassName
{
background-color: #CE5ED9;
}
</style>
border-color css
<style>
span { border-color: #CE5ED9; }
span { border-color: rgb(206,94,217); }
td.TdClassName
{
border-color: #CE5ED9;
}
.TagClassName
{
border-color: #CE5ED9;
}
</style>