Shades of Orchid #CE86DA
Tints of Orchid #CE86DA
RGB
CMYK
RGB Variations
Color information
#CE86DA (or 0xCE86DA) is known color: Orchid. HEX triplet: CE, 86 and DA. RGB value is (206,134,218). Sum of RGB (Red+Green+Blue) = 206+134+218=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE86DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86DA is #317925. Grayscale: #A4A4A4. Windows color (decimal): -3242278 or 14321358. OLE color: 14321358.
HSL color Cylindrical-coordinate representation of color #CE86DA: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE86DA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 134 | 218 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.15 |
| HSL | 291.43º | 0.53% | 0.69% | - |
| HSV(B) | 291.43º | 0.39% | 0.85% | - |
| XYZ | 46.63 | 35.23 | 70.67 | - |
| YUV | 165.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 218 | 0.06 | 0.39 | 0 | 0.15 | 291.43 | 0.53 | 0.69 |
| Hex | CE | 86 | DA | 6 | 27 | 0 | F | 123 | 35 | 45 |
| Octal | 316 | 206 | 332 | 6 | 47 | 0 | 17 | 443 | 65 | 105 |
| Binary | 11001110 | 10000110 | 11011010 | 110 | 100111 | 0 | 1111 | 100100011 | 110101 | 1000101 |
Color Harmonies of #CE86DA
Complementary color
Monochromatic Colors of #CE86DA
Black with #CE86DA
Text Example
Text Example
White with #CE86DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86DA; }
p { color: rgb(206,134,218); }
H1.HeaderClassName
{
color: #CE86DA;
}
.AnyTagClassName
{
color: #CE86DA;
}
</style>
background-color css
<style>
a { background-color: #CE86DA; }
a { background-color: rgb(206,134,218); }
div.DivClassName
{
background-color: #CE86DA;
}
.BgClassName
{
background-color: #CE86DA;
}
</style>
border-color css
<style>
span { border-color: #CE86DA; }
span { border-color: rgb(206,134,218); }
td.TdClassName
{
border-color: #CE86DA;
}
.TagClassName
{
border-color: #CE86DA;
}
</style>