Shades of Orchid #C86DC7
Tints of Orchid #C86DC7
RGB
CMYK
RGB Variations
Color information
#C86DC7 (or 0xC86DC7) is known color: Orchid. HEX triplet: C8, 6D and C7. RGB value is (200,109,199). Sum of RGB (Red+Green+Blue) = 200+109+199=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC7 is #379238. Grayscale: #929292. Windows color (decimal): -3641913 or 13069768. OLE color: 13069768.
HSL color Cylindrical-coordinate representation of color #C86DC7: hue angle of 300.66º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C86DC7 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 199 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.22 |
| HSL | 300.66º | 0.45% | 0.61% | - |
| HSV(B) | 300.66º | 0.46% | 0.78% | - |
| XYZ | 39.6 | 27.34 | 57.22 | - |
| YUV | 146.47 | 157.65 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 199 | 0 | 0.46 | 0.00 | 0.22 | 300.66 | 0.45 | 0.61 |
| Hex | C8 | 6D | C7 | 0 | 2E | 0 | 16 | 12D | 2D | 3D |
| Octal | 310 | 155 | 307 | 0 | 56 | 0 | 26 | 455 | 55 | 75 |
| Binary | 11001000 | 1101101 | 11000111 | 0 | 101110 | 0 | 10110 | 100101101 | 101101 | 111101 |
Color Harmonies of #C86DC7
Complementary color
Monochromatic Colors of #C86DC7
Black with #C86DC7
Text Example
Text Example
White with #C86DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DC7; }
p { color: rgb(200,109,199); }
H1.HeaderClassName
{
color: #C86DC7;
}
.AnyTagClassName
{
color: #C86DC7;
}
</style>
background-color css
<style>
a { background-color: #C86DC7; }
a { background-color: rgb(200,109,199); }
div.DivClassName
{
background-color: #C86DC7;
}
.BgClassName
{
background-color: #C86DC7;
}
</style>
border-color css
<style>
span { border-color: #C86DC7; }
span { border-color: rgb(200,109,199); }
td.TdClassName
{
border-color: #C86DC7;
}
.TagClassName
{
border-color: #C86DC7;
}
</style>