Shades of Orchid #CC86D7
Tints of Orchid #CC86D7
RGB
CMYK
RGB Variations
Color information
#CC86D7 (or 0xCC86D7) is known color: Orchid. HEX triplet: CC, 86 and D7. RGB value is (204,134,215). Sum of RGB (Red+Green+Blue) = 204+134+215=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #CC86D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86D7 is #337928. Grayscale: #A3A3A3. Windows color (decimal): -3373353 or 14124748. OLE color: 14124748.
HSL color Cylindrical-coordinate representation of color #CC86D7: hue angle of 291.85º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC86D7 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 134 | 215 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.16 |
| HSL | 291.85º | 0.5% | 0.68% | - |
| HSV(B) | 291.85º | 0.38% | 0.84% | - |
| XYZ | 45.69 | 34.79 | 68.6 | - |
| YUV | 164.16 | 156.69 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 215 | 0.05 | 0.38 | 0 | 0.16 | 291.85 | 0.5 | 0.68 |
| Hex | CC | 86 | D7 | 5 | 26 | 0 | 10 | 124 | 32 | 44 |
| Octal | 314 | 206 | 327 | 5 | 46 | 0 | 20 | 444 | 62 | 104 |
| Binary | 11001100 | 10000110 | 11010111 | 101 | 100110 | 0 | 10000 | 100100100 | 110010 | 1000100 |
Color Harmonies of #CC86D7
Complementary color
Monochromatic Colors of #CC86D7
Black with #CC86D7
Text Example
Text Example
White with #CC86D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC86D7; }
p { color: rgb(204,134,215); }
H1.HeaderClassName
{
color: #CC86D7;
}
.AnyTagClassName
{
color: #CC86D7;
}
</style>
background-color css
<style>
a { background-color: #CC86D7; }
a { background-color: rgb(204,134,215); }
div.DivClassName
{
background-color: #CC86D7;
}
.BgClassName
{
background-color: #CC86D7;
}
</style>
border-color css
<style>
span { border-color: #CC86D7; }
span { border-color: rgb(204,134,215); }
td.TdClassName
{
border-color: #CC86D7;
}
.TagClassName
{
border-color: #CC86D7;
}
</style>