Shades of Orchid #CE85D8
Tints of Orchid #CE85D8
RGB
CMYK
RGB Variations
Color information
#CE85D8 (or 0xCE85D8) is known color: Orchid. HEX triplet: CE, 85 and D8. RGB value is (206,133,216). Sum of RGB (Red+Green+Blue) = 206+133+216=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 133 (52.34% from 255 or 23.96% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE85D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D8 is #317A27. Grayscale: #A4A4A4. Windows color (decimal): -3242536 or 14190030. OLE color: 14190030.
HSL color Cylindrical-coordinate representation of color #CE85D8: hue angle of 292.77º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE85D8 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 133 | 216 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.15 |
| HSL | 292.77º | 0.52% | 0.68% | - |
| HSV(B) | 292.77º | 0.38% | 0.85% | - |
| XYZ | 46.24 | 34.85 | 69.26 | - |
| YUV | 164.29 | 157.18 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 216 | 0.05 | 0.38 | 0 | 0.15 | 292.77 | 0.52 | 0.68 |
| Hex | CE | 85 | D8 | 5 | 26 | 0 | F | 125 | 34 | 44 |
| Octal | 316 | 205 | 330 | 5 | 46 | 0 | 17 | 445 | 64 | 104 |
| Binary | 11001110 | 10000101 | 11011000 | 101 | 100110 | 0 | 1111 | 100100101 | 110100 | 1000100 |
Color Harmonies of #CE85D8
Complementary color
Monochromatic Colors of #CE85D8
Black with #CE85D8
Text Example
Text Example
White with #CE85D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85D8; }
p { color: rgb(206,133,216); }
H1.HeaderClassName
{
color: #CE85D8;
}
.AnyTagClassName
{
color: #CE85D8;
}
</style>
background-color css
<style>
a { background-color: #CE85D8; }
a { background-color: rgb(206,133,216); }
div.DivClassName
{
background-color: #CE85D8;
}
.BgClassName
{
background-color: #CE85D8;
}
</style>
border-color css
<style>
span { border-color: #CE85D8; }
span { border-color: rgb(206,133,216); }
td.TdClassName
{
border-color: #CE85D8;
}
.TagClassName
{
border-color: #CE85D8;
}
</style>