Shades of Orchid #C86DC3
Tints of Orchid #C86DC3
RGB
CMYK
RGB Variations
Color information
#C86DC3 (or 0xC86DC3) is known color: Orchid. HEX triplet: C8, 6D and C3. RGB value is (200,109,195). Sum of RGB (Red+Green+Blue) = 200+109+195=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C86DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C86DC3 is #37923C. Grayscale: #919191. Windows color (decimal): -3641917 or 12807624. OLE color: 12807624.
HSL color Cylindrical-coordinate representation of color #C86DC3: hue angle of 303.3º 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 #C86DC3 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 109 | 195 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.22 |
| HSL | 303.3º | 0.45% | 0.61% | - |
| HSV(B) | 303.3º | 0.46% | 0.78% | - |
| XYZ | 39.14 | 27.16 | 54.81 | - |
| YUV | 146.01 | 155.65 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 109 | 195 | 0 | 0.46 | 0.02 | 0.22 | 303.3 | 0.45 | 0.61 |
| Hex | C8 | 6D | C3 | 0 | 2E | 2 | 16 | 12F | 2D | 3D |
| Octal | 310 | 155 | 303 | 0 | 56 | 2 | 26 | 457 | 55 | 75 |
| Binary | 11001000 | 1101101 | 11000011 | 0 | 101110 | 10 | 10110 | 100101111 | 101101 | 111101 |
Color Harmonies of #C86DC3
Complementary color
Monochromatic Colors of #C86DC3
Black with #C86DC3
Text Example
Text Example
White with #C86DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86DC3; }
p { color: rgb(200,109,195); }
H1.HeaderClassName
{
color: #C86DC3;
}
.AnyTagClassName
{
color: #C86DC3;
}
</style>
background-color css
<style>
a { background-color: #C86DC3; }
a { background-color: rgb(200,109,195); }
div.DivClassName
{
background-color: #C86DC3;
}
.BgClassName
{
background-color: #C86DC3;
}
</style>
border-color css
<style>
span { border-color: #C86DC3; }
span { border-color: rgb(200,109,195); }
td.TdClassName
{
border-color: #C86DC3;
}
.TagClassName
{
border-color: #C86DC3;
}
</style>