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