Shades of Orchid #CE88D5
Tints of Orchid #CE88D5
RGB
CMYK
RGB Variations
Color information
#CE88D5 (or 0xCE88D5) is known color: Orchid. HEX triplet: CE, 88 and D5. RGB value is (206,136,213). Sum of RGB (Red+Green+Blue) = 206+136+213=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88D5 is #31772A. Grayscale: #A5A5A5. Windows color (decimal): -3241771 or 13994190. OLE color: 13994190.
HSL color Cylindrical-coordinate representation of color #CE88D5: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE88D5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 136 | 213 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.16 |
| HSL | 294.55º | 0.48% | 0.68% | - |
| HSV(B) | 294.55º | 0.36% | 0.84% | - |
| XYZ | 46.27 | 35.53 | 67.37 | - |
| YUV | 165.71 | 154.69 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 136 | 213 | 0.03 | 0.36 | 0 | 0.16 | 294.55 | 0.48 | 0.68 |
| Hex | CE | 88 | D5 | 3 | 24 | 0 | 10 | 127 | 30 | 44 |
| Octal | 316 | 210 | 325 | 3 | 44 | 0 | 20 | 447 | 60 | 104 |
| Binary | 11001110 | 10001000 | 11010101 | 11 | 100100 | 0 | 10000 | 100100111 | 110000 | 1000100 |
Color Harmonies of #CE88D5
Complementary color
Monochromatic Colors of #CE88D5
Black with #CE88D5
Text Example
Text Example
White with #CE88D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE88D5; }
p { color: rgb(206,136,213); }
H1.HeaderClassName
{
color: #CE88D5;
}
.AnyTagClassName
{
color: #CE88D5;
}
</style>
background-color css
<style>
a { background-color: #CE88D5; }
a { background-color: rgb(206,136,213); }
div.DivClassName
{
background-color: #CE88D5;
}
.BgClassName
{
background-color: #CE88D5;
}
</style>
border-color css
<style>
span { border-color: #CE88D5; }
span { border-color: rgb(206,136,213); }
td.TdClassName
{
border-color: #CE88D5;
}
.TagClassName
{
border-color: #CE88D5;
}
</style>