Shades of Orchid #CE87CC
Tints of Orchid #CE87CC
RGB
CMYK
RGB Variations
Color information
#CE87CC (or 0xCE87CC) is known color: Orchid. HEX triplet: CE, 87 and CC. RGB value is (206,135,204). Sum of RGB (Red+Green+Blue) = 206+135+204=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE87CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE87CC is #317833. Grayscale: #A3A3A3. Windows color (decimal): -3242036 or 13404110. OLE color: 13404110.
HSL color Cylindrical-coordinate representation of color #CE87CC: hue angle of 301.69º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE87CC is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 135 | 204 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.19 |
| HSL | 301.69º | 0.42% | 0.67% | - |
| HSV(B) | 301.69º | 0.34% | 0.81% | - |
| XYZ | 45.02 | 34.81 | 61.47 | - |
| YUV | 164.1 | 150.52 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 135 | 204 | 0 | 0.34 | 0.01 | 0.19 | 301.69 | 0.42 | 0.67 |
| Hex | CE | 87 | CC | 0 | 22 | 1 | 13 | 12E | 2A | 43 |
| Octal | 316 | 207 | 314 | 0 | 42 | 1 | 23 | 456 | 52 | 103 |
| Binary | 11001110 | 10000111 | 11001100 | 0 | 100010 | 1 | 10011 | 100101110 | 101010 | 1000011 |
Color Harmonies of #CE87CC
Complementary color
Monochromatic Colors of #CE87CC
Black with #CE87CC
Text Example
Text Example
White with #CE87CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE87CC; }
p { color: rgb(206,135,204); }
H1.HeaderClassName
{
color: #CE87CC;
}
.AnyTagClassName
{
color: #CE87CC;
}
</style>
background-color css
<style>
a { background-color: #CE87CC; }
a { background-color: rgb(206,135,204); }
div.DivClassName
{
background-color: #CE87CC;
}
.BgClassName
{
background-color: #CE87CC;
}
</style>
border-color css
<style>
span { border-color: #CE87CC; }
span { border-color: rgb(206,135,204); }
td.TdClassName
{
border-color: #CE87CC;
}
.TagClassName
{
border-color: #CE87CC;
}
</style>