Shades of Orchid #C86BC7
Tints of Orchid #C86BC7
RGB
CMYK
RGB Variations
Color information
#C86BC7 (or 0xC86BC7) is known color: Orchid. HEX triplet: C8, 6B and C7. RGB value is (200,107,199). Sum of RGB (Red+Green+Blue) = 200+107+199=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 199 (78.12% from 255 or 39.33% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C86BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86BC7 is #379438. Grayscale: #919191. Windows color (decimal): -3642425 or 13069256. OLE color: 13069256.
HSL color Cylindrical-coordinate representation of color #C86BC7: hue angle of 300.65º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86BC7 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 107 | 199 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.22 |
| HSL | 300.65º | 0.46% | 0.6% | - |
| HSV(B) | 300.65º | 0.47% | 0.78% | - |
| XYZ | 39.39 | 26.92 | 57.15 | - |
| YUV | 145.3 | 158.31 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 107 | 199 | 0 | 0.46 | 0.00 | 0.22 | 300.65 | 0.46 | 0.6 |
| Hex | C8 | 6B | C7 | 0 | 2E | 0 | 16 | 12D | 2E | 3C |
| Octal | 310 | 153 | 307 | 0 | 56 | 0 | 26 | 455 | 56 | 74 |
| Binary | 11001000 | 1101011 | 11000111 | 0 | 101110 | 0 | 10110 | 100101101 | 101110 | 111100 |
Color Harmonies of #C86BC7
Complementary color
Monochromatic Colors of #C86BC7
Black with #C86BC7
Text Example
Text Example
White with #C86BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86BC7; }
p { color: rgb(200,107,199); }
H1.HeaderClassName
{
color: #C86BC7;
}
.AnyTagClassName
{
color: #C86BC7;
}
</style>
background-color css
<style>
a { background-color: #C86BC7; }
a { background-color: rgb(200,107,199); }
div.DivClassName
{
background-color: #C86BC7;
}
.BgClassName
{
background-color: #C86BC7;
}
</style>
border-color css
<style>
span { border-color: #C86BC7; }
span { border-color: rgb(200,107,199); }
td.TdClassName
{
border-color: #C86BC7;
}
.TagClassName
{
border-color: #C86BC7;
}
</style>