Shades of Medium Orchid #C855DA
Tints of Medium Orchid #C855DA
RGB
CMYK
RGB Variations
Color information
#C855DA (or 0xC855DA) is known color: Medium Orchid. HEX triplet: C8, 55 and DA. RGB value is (200,85,218). Sum of RGB (Red+Green+Blue) = 200+85+218=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #C855DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855DA is #37AA25. Grayscale: #868686. Windows color (decimal): -3648038 or 14308808. OLE color: 14308808.
HSL color Cylindrical-coordinate representation of color #C855DA: hue angle of 291.88º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C855DA is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 85 | 218 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.15 |
| HSL | 291.88º | 0.64% | 0.59% | - |
| HSV(B) | 291.88º | 0.61% | 0.85% | - |
| XYZ | 39.72 | 23.84 | 68.84 | - |
| YUV | 134.55 | 175.1 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 218 | 0.08 | 0.61 | 0 | 0.15 | 291.88 | 0.64 | 0.59 |
| Hex | C8 | 55 | DA | 8 | 3D | 0 | F | 124 | 40 | 3B |
| Octal | 310 | 125 | 332 | 10 | 75 | 0 | 17 | 444 | 100 | 73 |
| Binary | 11001000 | 1010101 | 11011010 | 1000 | 111101 | 0 | 1111 | 100100100 | 1000000 | 111011 |
Color Harmonies of #C855DA
Complementary color
Monochromatic Colors of #C855DA
Black with #C855DA
Text Example
Text Example
White with #C855DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855DA; }
p { color: rgb(200,85,218); }
H1.HeaderClassName
{
color: #C855DA;
}
.AnyTagClassName
{
color: #C855DA;
}
</style>
background-color css
<style>
a { background-color: #C855DA; }
a { background-color: rgb(200,85,218); }
div.DivClassName
{
background-color: #C855DA;
}
.BgClassName
{
background-color: #C855DA;
}
</style>
border-color css
<style>
span { border-color: #C855DA; }
span { border-color: rgb(200,85,218); }
td.TdClassName
{
border-color: #C855DA;
}
.TagClassName
{
border-color: #C855DA;
}
</style>