Shades of Orchid #CE85D7
Tints of Orchid #CE85D7
RGB
CMYK
RGB Variations
Color information
#CE85D7 (or 0xCE85D7) is known color: Orchid. HEX triplet: CE, 85 and D7. RGB value is (206,133,215). Sum of RGB (Red+Green+Blue) = 206+133+215=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE85D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D7 is #317A28. Grayscale: #A3A3A3. Windows color (decimal): -3242537 or 14124494. OLE color: 14124494.
HSL color Cylindrical-coordinate representation of color #CE85D7: hue angle of 293.41º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE85D7 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 133 | 215 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.16 |
| HSL | 293.41º | 0.51% | 0.68% | - |
| HSV(B) | 293.41º | 0.38% | 0.84% | - |
| XYZ | 46.11 | 34.8 | 68.58 | - |
| YUV | 164.18 | 156.68 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 215 | 0.04 | 0.38 | 0 | 0.16 | 293.41 | 0.51 | 0.68 |
| Hex | CE | 85 | D7 | 4 | 26 | 0 | 10 | 125 | 33 | 44 |
| Octal | 316 | 205 | 327 | 4 | 46 | 0 | 20 | 445 | 63 | 104 |
| Binary | 11001110 | 10000101 | 11010111 | 100 | 100110 | 0 | 10000 | 100100101 | 110011 | 1000100 |
Color Harmonies of #CE85D7
Complementary color
Monochromatic Colors of #CE85D7
Black with #CE85D7
Text Example
Text Example
White with #CE85D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85D7; }
p { color: rgb(206,133,215); }
H1.HeaderClassName
{
color: #CE85D7;
}
.AnyTagClassName
{
color: #CE85D7;
}
</style>
background-color css
<style>
a { background-color: #CE85D7; }
a { background-color: rgb(206,133,215); }
div.DivClassName
{
background-color: #CE85D7;
}
.BgClassName
{
background-color: #CE85D7;
}
</style>
border-color css
<style>
span { border-color: #CE85D7; }
span { border-color: rgb(206,133,215); }
td.TdClassName
{
border-color: #CE85D7;
}
.TagClassName
{
border-color: #CE85D7;
}
</style>