Shades of Medium Orchid #C855DF
Tints of Medium Orchid #C855DF
RGB
CMYK
RGB Variations
Color information
#C855DF (or 0xC855DF) is known color: Medium Orchid. HEX triplet: C8, 55 and DF. RGB value is (200,85,223). Sum of RGB (Red+Green+Blue) = 200+85+223=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 85 (33.59% from 255 or 16.73% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #C855DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855DF is #37AA20. Grayscale: #868686. Windows color (decimal): -3648033 or 14636488. OLE color: 14636488.
HSL color Cylindrical-coordinate representation of color #C855DF: hue angle of 290º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C855DF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 85 | 223 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.13 |
| HSL | 290º | 0.68% | 0.6% | - |
| HSV(B) | 290º | 0.62% | 0.87% | - |
| XYZ | 40.39 | 24.1 | 72.34 | - |
| YUV | 135.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 223 | 0.10 | 0.62 | 0 | 0.13 | 290 | 0.68 | 0.6 |
| Hex | C8 | 55 | DF | A | 3E | 0 | D | 122 | 44 | 3C |
| Octal | 310 | 125 | 337 | 12 | 76 | 0 | 15 | 442 | 104 | 74 |
| Binary | 11001000 | 1010101 | 11011111 | 1010 | 111110 | 0 | 1101 | 100100010 | 1000100 | 111100 |
Color Harmonies of #C855DF
Complementary color
Monochromatic Colors of #C855DF
Black with #C855DF
Text Example
Text Example
White with #C855DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855DF; }
p { color: rgb(200,85,223); }
H1.HeaderClassName
{
color: #C855DF;
}
.AnyTagClassName
{
color: #C855DF;
}
</style>
background-color css
<style>
a { background-color: #C855DF; }
a { background-color: rgb(200,85,223); }
div.DivClassName
{
background-color: #C855DF;
}
.BgClassName
{
background-color: #C855DF;
}
</style>
border-color css
<style>
span { border-color: #C855DF; }
span { border-color: rgb(200,85,223); }
td.TdClassName
{
border-color: #C855DF;
}
.TagClassName
{
border-color: #C855DF;
}
</style>