Shades of Orchid #C86CC6
Tints of Orchid #C86CC6
RGB
CMYK
RGB Variations
Color information
#C86CC6 (or 0xC86CC6) is known color: Orchid. HEX triplet: C8, 6C and C6. RGB value is (200,108,198). Sum of RGB (Red+Green+Blue) = 200+108+198=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C86CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86CC6 is #379339. Grayscale: #919191. Windows color (decimal): -3642170 or 13003976. OLE color: 13003976.
HSL color Cylindrical-coordinate representation of color #C86CC6: hue angle of 301.3º 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 #C86CC6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 108 | 198 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.22 |
| HSL | 301.3º | 0.46% | 0.6% | - |
| HSV(B) | 301.3º | 0.46% | 0.78% | - |
| XYZ | 39.38 | 27.08 | 56.58 | - |
| YUV | 145.77 | 157.48 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 108 | 198 | 0 | 0.46 | 0.01 | 0.22 | 301.3 | 0.46 | 0.6 |
| Hex | C8 | 6C | C6 | 0 | 2E | 1 | 16 | 12D | 2E | 3C |
| Octal | 310 | 154 | 306 | 0 | 56 | 1 | 26 | 455 | 56 | 74 |
| Binary | 11001000 | 1101100 | 11000110 | 0 | 101110 | 1 | 10110 | 100101101 | 101110 | 111100 |
Color Harmonies of #C86CC6
Complementary color
Monochromatic Colors of #C86CC6
Black with #C86CC6
Text Example
Text Example
White with #C86CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86CC6; }
p { color: rgb(200,108,198); }
H1.HeaderClassName
{
color: #C86CC6;
}
.AnyTagClassName
{
color: #C86CC6;
}
</style>
background-color css
<style>
a { background-color: #C86CC6; }
a { background-color: rgb(200,108,198); }
div.DivClassName
{
background-color: #C86CC6;
}
.BgClassName
{
background-color: #C86CC6;
}
</style>
border-color css
<style>
span { border-color: #C86CC6; }
span { border-color: rgb(200,108,198); }
td.TdClassName
{
border-color: #C86CC6;
}
.TagClassName
{
border-color: #C86CC6;
}
</style>