Shades of Orchid #CE85DC
Tints of Orchid #CE85DC
RGB
CMYK
RGB Variations
Color information
#CE85DC (or 0xCE85DC) is known color: Orchid. HEX triplet: CE, 85 and DC. RGB value is (206,133,220). Sum of RGB (Red+Green+Blue) = 206+133+220=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85DC is #317A23. Grayscale: #A4A4A4. Windows color (decimal): -3242532 or 14452174. OLE color: 14452174.
HSL color Cylindrical-coordinate representation of color #CE85DC: hue angle of 290.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE85DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 133 | 220 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.14 |
| HSL | 290.34º | 0.55% | 0.69% | - |
| HSV(B) | 290.34º | 0.4% | 0.86% | - |
| XYZ | 46.76 | 35.06 | 72.01 | - |
| YUV | 164.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 220 | 0.06 | 0.40 | 0 | 0.14 | 290.34 | 0.55 | 0.69 |
| Hex | CE | 85 | DC | 6 | 28 | 0 | E | 122 | 37 | 45 |
| Octal | 316 | 205 | 334 | 6 | 50 | 0 | 16 | 442 | 67 | 105 |
| Binary | 11001110 | 10000101 | 11011100 | 110 | 101000 | 0 | 1110 | 100100010 | 110111 | 1000101 |
Color Harmonies of #CE85DC
Complementary color
Monochromatic Colors of #CE85DC
Black with #CE85DC
Text Example
Text Example
White with #CE85DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85DC; }
p { color: rgb(206,133,220); }
H1.HeaderClassName
{
color: #CE85DC;
}
.AnyTagClassName
{
color: #CE85DC;
}
</style>
background-color css
<style>
a { background-color: #CE85DC; }
a { background-color: rgb(206,133,220); }
div.DivClassName
{
background-color: #CE85DC;
}
.BgClassName
{
background-color: #CE85DC;
}
</style>
border-color css
<style>
span { border-color: #CE85DC; }
span { border-color: rgb(206,133,220); }
td.TdClassName
{
border-color: #CE85DC;
}
.TagClassName
{
border-color: #CE85DC;
}
</style>