Shades of Orchid #CE86CC
Tints of Orchid #CE86CC
RGB
CMYK
RGB Variations
Color information
#CE86CC (or 0xCE86CC) is known color: Orchid. HEX triplet: CE, 86 and CC. RGB value is (206,134,204). Sum of RGB (Red+Green+Blue) = 206+134+204=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CE86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86CC is #317933. Grayscale: #A3A3A3. Windows color (decimal): -3242292 or 13403854. OLE color: 13403854.
HSL color Cylindrical-coordinate representation of color #CE86CC: hue angle of 301.67º 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 #CE86CC is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 134 | 204 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.19 |
| HSL | 301.67º | 0.42% | 0.67% | - |
| HSV(B) | 301.67º | 0.35% | 0.81% | - |
| XYZ | 44.88 | 34.53 | 61.43 | - |
| YUV | 163.51 | 150.85 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 134 | 204 | 0 | 0.35 | 0.01 | 0.19 | 301.67 | 0.42 | 0.67 |
| Hex | CE | 86 | CC | 0 | 23 | 1 | 13 | 12E | 2A | 43 |
| Octal | 316 | 206 | 314 | 0 | 43 | 1 | 23 | 456 | 52 | 103 |
| Binary | 11001110 | 10000110 | 11001100 | 0 | 100011 | 1 | 10011 | 100101110 | 101010 | 1000011 |
Color Harmonies of #CE86CC
Complementary color
Monochromatic Colors of #CE86CC
Black with #CE86CC
Text Example
Text Example
White with #CE86CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE86CC; }
p { color: rgb(206,134,204); }
H1.HeaderClassName
{
color: #CE86CC;
}
.AnyTagClassName
{
color: #CE86CC;
}
</style>
background-color css
<style>
a { background-color: #CE86CC; }
a { background-color: rgb(206,134,204); }
div.DivClassName
{
background-color: #CE86CC;
}
.BgClassName
{
background-color: #CE86CC;
}
</style>
border-color css
<style>
span { border-color: #CE86CC; }
span { border-color: rgb(206,134,204); }
td.TdClassName
{
border-color: #CE86CC;
}
.TagClassName
{
border-color: #CE86CC;
}
</style>