Shades of Medium Orchid #C856DD
Tints of Medium Orchid #C856DD
RGB
CMYK
RGB Variations
Color information
#C856DD (or 0xC856DD) is known color: Medium Orchid. HEX triplet: C8, 56 and DD. RGB value is (200,86,221). Sum of RGB (Red+Green+Blue) = 200+86+221=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 86 (33.98% from 255 or 16.96% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #C856DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C856DD is #37A922. Grayscale: #878787. Windows color (decimal): -3647779 or 14505672. OLE color: 14505672.
HSL color Cylindrical-coordinate representation of color #C856DD: hue angle of 290.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C856DD is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 86 | 221 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.13 |
| HSL | 290.67º | 0.67% | 0.6% | - |
| HSV(B) | 290.67º | 0.61% | 0.87% | - |
| XYZ | 40.2 | 24.16 | 70.95 | - |
| YUV | 135.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 221 | 0.10 | 0.61 | 0 | 0.13 | 290.67 | 0.67 | 0.6 |
| Hex | C8 | 56 | DD | A | 3D | 0 | D | 123 | 43 | 3C |
| Octal | 310 | 126 | 335 | 12 | 75 | 0 | 15 | 443 | 103 | 74 |
| Binary | 11001000 | 1010110 | 11011101 | 1010 | 111101 | 0 | 1101 | 100100011 | 1000011 | 111100 |
Color Harmonies of #C856DD
Complementary color
Monochromatic Colors of #C856DD
Black with #C856DD
Text Example
Text Example
White with #C856DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856DD; }
p { color: rgb(200,86,221); }
H1.HeaderClassName
{
color: #C856DD;
}
.AnyTagClassName
{
color: #C856DD;
}
</style>
background-color css
<style>
a { background-color: #C856DD; }
a { background-color: rgb(200,86,221); }
div.DivClassName
{
background-color: #C856DD;
}
.BgClassName
{
background-color: #C856DD;
}
</style>
border-color css
<style>
span { border-color: #C856DD; }
span { border-color: rgb(200,86,221); }
td.TdClassName
{
border-color: #C856DD;
}
.TagClassName
{
border-color: #C856DD;
}
</style>