Shades of Orchid #CE86CF
Tints of Orchid #CE86CF
RGB
CMYK
RGB Variations
Color information
#CE86CF (or 0xCE86CF) is known color: Orchid. HEX triplet: CE, 86 and CF. RGB value is (206,134,207). Sum of RGB (Red+Green+Blue) = 206+134+207=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86CF is #317930. Grayscale: #A3A3A3. Windows color (decimal): -3242289 or 13600462. OLE color: 13600462.
HSL color Cylindrical-coordinate representation of color #CE86CF: hue angle of 299.18º degrees, saturation: 0.43, 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 #CE86CF is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 207 | - |
| CMYK | 0.00 | 0.35 | 0 | 0.19 |
| HSL | 299.18º | 0.43% | 0.67% | - |
| HSV(B) | 299.18º | 0.35% | 0.81% | - |
| XYZ | 45.24 | 34.68 | 63.34 | - |
| YUV | 163.85 | 152.35 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 207 | 0.00 | 0.35 | 0 | 0.19 | 299.18 | 0.43 | 0.67 |
| Hex | CE | 86 | CF | 0 | 23 | 0 | 13 | 12B | 2B | 43 |
| Octal | 316 | 206 | 317 | 0 | 43 | 0 | 23 | 453 | 53 | 103 |
| Binary | 11001110 | 10000110 | 11001111 | 0 | 100011 | 0 | 10011 | 100101011 | 101011 | 1000011 |
Color Harmonies of #CE86CF
Complementary color
Monochromatic Colors of #CE86CF
Black with #CE86CF
Text Example
Text Example
White with #CE86CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86CF; }
p { color: rgb(206,134,207); }
H1.HeaderClassName
{
color: #CE86CF;
}
.AnyTagClassName
{
color: #CE86CF;
}
</style>
background-color css
<style>
a { background-color: #CE86CF; }
a { background-color: rgb(206,134,207); }
div.DivClassName
{
background-color: #CE86CF;
}
.BgClassName
{
background-color: #CE86CF;
}
</style>
border-color css
<style>
span { border-color: #CE86CF; }
span { border-color: rgb(206,134,207); }
td.TdClassName
{
border-color: #CE86CF;
}
.TagClassName
{
border-color: #CE86CF;
}
</style>