Shades of Medium Orchid #C855D7
Tints of Medium Orchid #C855D7
RGB
CMYK
RGB Variations
Color information
#C855D7 (or 0xC855D7) is known color: Medium Orchid. HEX triplet: C8, 55 and D7. RGB value is (200,85,215). Sum of RGB (Red+Green+Blue) = 200+85+215=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 85 (33.59% from 255 or 17% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #C855D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855D7 is #37AA28. Grayscale: #858585. Windows color (decimal): -3648041 or 14112200. OLE color: 14112200.
HSL color Cylindrical-coordinate representation of color #C855D7: hue angle of 293.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C855D7 is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 85 | 215 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.16 |
| HSL | 293.08º | 0.62% | 0.59% | - |
| HSV(B) | 293.08º | 0.6% | 0.84% | - |
| XYZ | 39.33 | 23.68 | 66.79 | - |
| YUV | 134.21 | 173.6 | 174.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 215 | 0.07 | 0.60 | 0 | 0.16 | 293.08 | 0.62 | 0.59 |
| Hex | C8 | 55 | D7 | 7 | 3C | 0 | 10 | 125 | 3E | 3B |
| Octal | 310 | 125 | 327 | 7 | 74 | 0 | 20 | 445 | 76 | 73 |
| Binary | 11001000 | 1010101 | 11010111 | 111 | 111100 | 0 | 10000 | 100100101 | 111110 | 111011 |
Color Harmonies of #C855D7
Complementary color
Monochromatic Colors of #C855D7
Black with #C855D7
Text Example
Text Example
White with #C855D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855D7; }
p { color: rgb(200,85,215); }
H1.HeaderClassName
{
color: #C855D7;
}
.AnyTagClassName
{
color: #C855D7;
}
</style>
background-color css
<style>
a { background-color: #C855D7; }
a { background-color: rgb(200,85,215); }
div.DivClassName
{
background-color: #C855D7;
}
.BgClassName
{
background-color: #C855D7;
}
</style>
border-color css
<style>
span { border-color: #C855D7; }
span { border-color: rgb(200,85,215); }
td.TdClassName
{
border-color: #C855D7;
}
.TagClassName
{
border-color: #C855D7;
}
</style>