Shades of Medium Orchid #C855DD
Tints of Medium Orchid #C855DD
RGB
CMYK
RGB Variations
Color information
#C855DD (or 0xC855DD) is known color: Medium Orchid. HEX triplet: C8, 55 and DD. RGB value is (200,85,221). Sum of RGB (Red+Green+Blue) = 200+85+221=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #C855DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855DD is #37AA22. Grayscale: #868686. Windows color (decimal): -3648035 or 14505416. OLE color: 14505416.
HSL color Cylindrical-coordinate representation of color #C855DD: hue angle of 290.74º degrees, saturation: 0.67, 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 #C855DD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 85 | 221 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.13 |
| HSL | 290.74º | 0.67% | 0.6% | - |
| HSV(B) | 290.74º | 0.62% | 0.87% | - |
| XYZ | 40.12 | 24 | 70.92 | - |
| YUV | 134.89 | 176.6 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 221 | 0.10 | 0.62 | 0 | 0.13 | 290.74 | 0.67 | 0.6 |
| Hex | C8 | 55 | DD | A | 3E | 0 | D | 123 | 43 | 3C |
| Octal | 310 | 125 | 335 | 12 | 76 | 0 | 15 | 443 | 103 | 74 |
| Binary | 11001000 | 1010101 | 11011101 | 1010 | 111110 | 0 | 1101 | 100100011 | 1000011 | 111100 |
Color Harmonies of #C855DD
Complementary color
Monochromatic Colors of #C855DD
Black with #C855DD
Text Example
Text Example
White with #C855DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855DD; }
p { color: rgb(200,85,221); }
H1.HeaderClassName
{
color: #C855DD;
}
.AnyTagClassName
{
color: #C855DD;
}
</style>
background-color css
<style>
a { background-color: #C855DD; }
a { background-color: rgb(200,85,221); }
div.DivClassName
{
background-color: #C855DD;
}
.BgClassName
{
background-color: #C855DD;
}
</style>
border-color css
<style>
span { border-color: #C855DD; }
span { border-color: rgb(200,85,221); }
td.TdClassName
{
border-color: #C855DD;
}
.TagClassName
{
border-color: #C855DD;
}
</style>