Shades of Orchid #C86DCB
Tints of Orchid #C86DCB
RGB
CMYK
RGB Variations
Color information
#C86DCB (or 0xC86DCB) is known color: Orchid. HEX triplet: C8, 6D and CB. RGB value is (200,109,203). Sum of RGB (Red+Green+Blue) = 200+109+203=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C86DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DCB is #379234. Grayscale: #929292. Windows color (decimal): -3641909 or 13331912. OLE color: 13331912.
HSL color Cylindrical-coordinate representation of color #C86DCB: hue angle of 298.09º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C86DCB is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 109 | 203 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.20 |
| HSL | 298.09º | 0.47% | 0.61% | - |
| HSV(B) | 298.09º | 0.46% | 0.8% | - |
| XYZ | 40.07 | 27.53 | 59.7 | - |
| YUV | 146.93 | 159.65 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 203 | 0.01 | 0.46 | 0 | 0.20 | 298.09 | 0.47 | 0.61 |
| Hex | C8 | 6D | CB | 1 | 2E | 0 | 14 | 12A | 2F | 3D |
| Octal | 310 | 155 | 313 | 1 | 56 | 0 | 24 | 452 | 57 | 75 |
| Binary | 11001000 | 1101101 | 11001011 | 1 | 101110 | 0 | 10100 | 100101010 | 101111 | 111101 |
Color Harmonies of #C86DCB
Complementary color
Monochromatic Colors of #C86DCB
Black with #C86DCB
Text Example
Text Example
White with #C86DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DCB; }
p { color: rgb(200,109,203); }
H1.HeaderClassName
{
color: #C86DCB;
}
.AnyTagClassName
{
color: #C86DCB;
}
</style>
background-color css
<style>
a { background-color: #C86DCB; }
a { background-color: rgb(200,109,203); }
div.DivClassName
{
background-color: #C86DCB;
}
.BgClassName
{
background-color: #C86DCB;
}
</style>
border-color css
<style>
span { border-color: #C86DCB; }
span { border-color: rgb(200,109,203); }
td.TdClassName
{
border-color: #C86DCB;
}
.TagClassName
{
border-color: #C86DCB;
}
</style>