Shades of Orchid #C86FDC
Tints of Orchid #C86FDC
RGB
CMYK
RGB Variations
Color information
#C86FDC (or 0xC86FDC) is known color: Orchid. HEX triplet: C8, 6F and DC. RGB value is (200,111,220). Sum of RGB (Red+Green+Blue) = 200+111+220=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #C86FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86FDC is #379023. Grayscale: #959595. Windows color (decimal): -3641380 or 14446536. OLE color: 14446536.
HSL color Cylindrical-coordinate representation of color #C86FDC: hue angle of 288.99º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86FDC is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 111 | 220 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.14 |
| HSL | 288.99º | 0.61% | 0.65% | - |
| HSV(B) | 288.99º | 0.5% | 0.86% | - |
| XYZ | 42.42 | 28.82 | 71.04 | - |
| YUV | 150.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 111 | 220 | 0.09 | 0.50 | 0 | 0.14 | 288.99 | 0.61 | 0.65 |
| Hex | C8 | 6F | DC | 9 | 32 | 0 | E | 121 | 3D | 41 |
| Octal | 310 | 157 | 334 | 11 | 62 | 0 | 16 | 441 | 75 | 101 |
| Binary | 11001000 | 1101111 | 11011100 | 1001 | 110010 | 0 | 1110 | 100100001 | 111101 | 1000001 |
Color Harmonies of #C86FDC
Complementary color
Monochromatic Colors of #C86FDC
Black with #C86FDC
Text Example
Text Example
White with #C86FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86FDC; }
p { color: rgb(200,111,220); }
H1.HeaderClassName
{
color: #C86FDC;
}
.AnyTagClassName
{
color: #C86FDC;
}
</style>
background-color css
<style>
a { background-color: #C86FDC; }
a { background-color: rgb(200,111,220); }
div.DivClassName
{
background-color: #C86FDC;
}
.BgClassName
{
background-color: #C86FDC;
}
</style>
border-color css
<style>
span { border-color: #C86FDC; }
span { border-color: rgb(200,111,220); }
td.TdClassName
{
border-color: #C86FDC;
}
.TagClassName
{
border-color: #C86FDC;
}
</style>