Shades of Medium Orchid #C855D5
Tints of Medium Orchid #C855D5
RGB
CMYK
RGB Variations
Color information
#C855D5 (or 0xC855D5) is known color: Medium Orchid. HEX triplet: C8, 55 and D5. RGB value is (200,85,213). Sum of RGB (Red+Green+Blue) = 200+85+213=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 213 (83.59% from 255 or 42.77% from 498); Max value from RGB is 213 - color contains mainly: blue. Hex color #C855D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855D5 is #37AA2A. Grayscale: #858585. Windows color (decimal): -3648043 or 13981128. OLE color: 13981128.
HSL color Cylindrical-coordinate representation of color #C855D5: hue angle of 293.91º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C855D5 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 85 | 213 | - |
| CMYK | 0.06 | 0.60 | 0 | 0.16 |
| HSL | 293.91º | 0.6% | 0.58% | - |
| HSV(B) | 293.91º | 0.6% | 0.84% | - |
| XYZ | 39.08 | 23.58 | 65.44 | - |
| YUV | 133.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 213 | 0.06 | 0.60 | 0 | 0.16 | 293.91 | 0.6 | 0.58 |
| Hex | C8 | 55 | D5 | 6 | 3C | 0 | 10 | 126 | 3C | 3A |
| Octal | 310 | 125 | 325 | 6 | 74 | 0 | 20 | 446 | 74 | 72 |
| Binary | 11001000 | 1010101 | 11010101 | 110 | 111100 | 0 | 10000 | 100100110 | 111100 | 111010 |
Color Harmonies of #C855D5
Complementary color
Monochromatic Colors of #C855D5
Black with #C855D5
Text Example
Text Example
White with #C855D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855D5; }
p { color: rgb(200,85,213); }
H1.HeaderClassName
{
color: #C855D5;
}
.AnyTagClassName
{
color: #C855D5;
}
</style>
background-color css
<style>
a { background-color: #C855D5; }
a { background-color: rgb(200,85,213); }
div.DivClassName
{
background-color: #C855D5;
}
.BgClassName
{
background-color: #C855D5;
}
</style>
border-color css
<style>
span { border-color: #C855D5; }
span { border-color: rgb(200,85,213); }
td.TdClassName
{
border-color: #C855D5;
}
.TagClassName
{
border-color: #C855D5;
}
</style>