Shades of Orchid #CE85D1
Tints of Orchid #CE85D1
RGB
CMYK
RGB Variations
Color information
#CE85D1 (or 0xCE85D1) is known color: Orchid. HEX triplet: CE, 85 and D1. RGB value is (206,133,209). Sum of RGB (Red+Green+Blue) = 206+133+209=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D1 is #317A2E. Grayscale: #A3A3A3. Windows color (decimal): -3242543 or 13731278. OLE color: 13731278.
HSL color Cylindrical-coordinate representation of color #CE85D1: hue angle of 297.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE85D1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 133 | 209 | - |
| CMYK | 0.01 | 0.36 | 0 | 0.18 |
| HSL | 297.63º | 0.45% | 0.67% | - |
| HSV(B) | 297.63º | 0.36% | 0.82% | - |
| XYZ | 45.35 | 34.5 | 64.59 | - |
| YUV | 163.49 | 153.68 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 133 | 209 | 0.01 | 0.36 | 0 | 0.18 | 297.63 | 0.45 | 0.67 |
| Hex | CE | 85 | D1 | 1 | 24 | 0 | 12 | 12A | 2D | 43 |
| Octal | 316 | 205 | 321 | 1 | 44 | 0 | 22 | 452 | 55 | 103 |
| Binary | 11001110 | 10000101 | 11010001 | 1 | 100100 | 0 | 10010 | 100101010 | 101101 | 1000011 |
Color Harmonies of #CE85D1
Complementary color
Monochromatic Colors of #CE85D1
Black with #CE85D1
Text Example
Text Example
White with #CE85D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE85D1; }
p { color: rgb(206,133,209); }
H1.HeaderClassName
{
color: #CE85D1;
}
.AnyTagClassName
{
color: #CE85D1;
}
</style>
background-color css
<style>
a { background-color: #CE85D1; }
a { background-color: rgb(206,133,209); }
div.DivClassName
{
background-color: #CE85D1;
}
.BgClassName
{
background-color: #CE85D1;
}
</style>
border-color css
<style>
span { border-color: #CE85D1; }
span { border-color: rgb(206,133,209); }
td.TdClassName
{
border-color: #CE85D1;
}
.TagClassName
{
border-color: #CE85D1;
}
</style>