Shades of Orchid #CE85CE
Tints of Orchid #CE85CE
RGB
CMYK
RGB Variations
Color information
#CE85CE (or 0xCE85CE) is known color: Orchid. HEX triplet: CE, 85 and CE. RGB value is (206,133,206). Sum of RGB (Red+Green+Blue) = 206+133+206=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE85CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85CE is #317A31. Grayscale: #A2A2A2. Windows color (decimal): -3242546 or 13534670. OLE color: 13534670.
HSL color Cylindrical-coordinate representation of color #CE85CE: hue angle of 300º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE85CE is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 133 | 206 | - |
| CMYK | 0 | 0.35 | 0 | 0.19 |
| HSL | 300º | 0.43% | 0.66% | - |
| HSV(B) | 300º | 0.35% | 0.81% | - |
| XYZ | 44.98 | 34.35 | 62.65 | - |
| YUV | 163.15 | 152.18 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 206 | 0 | 0.35 | 0 | 0.19 | 300 | 0.43 | 0.66 |
| Hex | CE | 85 | CE | 0 | 23 | 0 | 13 | 12C | 2B | 42 |
| Octal | 316 | 205 | 316 | 0 | 43 | 0 | 23 | 454 | 53 | 102 |
| Binary | 11001110 | 10000101 | 11001110 | 0 | 100011 | 0 | 10011 | 100101100 | 101011 | 1000010 |
Color Harmonies of #CE85CE
Complementary color
Monochromatic Colors of #CE85CE
Black with #CE85CE
Text Example
Text Example
White with #CE85CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85CE; }
p { color: rgb(206,133,206); }
H1.HeaderClassName
{
color: #CE85CE;
}
.AnyTagClassName
{
color: #CE85CE;
}
</style>
background-color css
<style>
a { background-color: #CE85CE; }
a { background-color: rgb(206,133,206); }
div.DivClassName
{
background-color: #CE85CE;
}
.BgClassName
{
background-color: #CE85CE;
}
</style>
border-color css
<style>
span { border-color: #CE85CE; }
span { border-color: rgb(206,133,206); }
td.TdClassName
{
border-color: #CE85CE;
}
.TagClassName
{
border-color: #CE85CE;
}
</style>