Shades of Orchid #CE86CD
Tints of Orchid #CE86CD
RGB
CMYK
RGB Variations
Color information
#CE86CD (or 0xCE86CD) is known color: Orchid. HEX triplet: CE, 86 and CD. RGB value is (206,134,205). Sum of RGB (Red+Green+Blue) = 206+134+205=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86CD is #317932. Grayscale: #A3A3A3. Windows color (decimal): -3242291 or 13469390. OLE color: 13469390.
HSL color Cylindrical-coordinate representation of color #CE86CD: hue angle of 300.83º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE86CD is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 205 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.19 |
| HSL | 300.83º | 0.42% | 0.67% | - |
| HSV(B) | 300.83º | 0.35% | 0.81% | - |
| XYZ | 45 | 34.58 | 62.06 | - |
| YUV | 163.62 | 151.35 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 205 | 0 | 0.35 | 0.00 | 0.19 | 300.83 | 0.42 | 0.67 |
| Hex | CE | 86 | CD | 0 | 23 | 0 | 13 | 12D | 2A | 43 |
| Octal | 316 | 206 | 315 | 0 | 43 | 0 | 23 | 455 | 52 | 103 |
| Binary | 11001110 | 10000110 | 11001101 | 0 | 100011 | 0 | 10011 | 100101101 | 101010 | 1000011 |
Color Harmonies of #CE86CD
Complementary color
Monochromatic Colors of #CE86CD
Black with #CE86CD
Text Example
Text Example
White with #CE86CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86CD; }
p { color: rgb(206,134,205); }
H1.HeaderClassName
{
color: #CE86CD;
}
.AnyTagClassName
{
color: #CE86CD;
}
</style>
background-color css
<style>
a { background-color: #CE86CD; }
a { background-color: rgb(206,134,205); }
div.DivClassName
{
background-color: #CE86CD;
}
.BgClassName
{
background-color: #CE86CD;
}
</style>
border-color css
<style>
span { border-color: #CE86CD; }
span { border-color: rgb(206,134,205); }
td.TdClassName
{
border-color: #CE86CD;
}
.TagClassName
{
border-color: #CE86CD;
}
</style>