Shades of Medium Orchid #C855DE
Tints of Medium Orchid #C855DE
RGB
CMYK
RGB Variations
Color information
#C855DE (or 0xC855DE) is known color: Medium Orchid. HEX triplet: C8, 55 and DE. RGB value is (200,85,222). Sum of RGB (Red+Green+Blue) = 200+85+222=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 85 (33.59% from 255 or 16.77% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #C855DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855DE is #37AA21. Grayscale: #868686. Windows color (decimal): -3648034 or 14570952. OLE color: 14570952.
HSL color Cylindrical-coordinate representation of color #C855DE: hue angle of 290.36º 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 #C855DE is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 85 | 222 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.13 |
| HSL | 290.37º | 0.67% | 0.6% | - |
| HSV(B) | 290.37º | 0.62% | 0.87% | - |
| XYZ | 40.25 | 24.05 | 71.63 | - |
| YUV | 135 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 222 | 0.10 | 0.62 | 0 | 0.13 | 290.37 | 0.67 | 0.6 |
| Hex | C8 | 55 | DE | A | 3E | 0 | D | 122 | 43 | 3C |
| Octal | 310 | 125 | 336 | 12 | 76 | 0 | 15 | 442 | 103 | 74 |
| Binary | 11001000 | 1010101 | 11011110 | 1010 | 111110 | 0 | 1101 | 100100010 | 1000011 | 111100 |
Color Harmonies of #C855DE
Complementary color
Monochromatic Colors of #C855DE
Black with #C855DE
Text Example
Text Example
White with #C855DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855DE; }
p { color: rgb(200,85,222); }
H1.HeaderClassName
{
color: #C855DE;
}
.AnyTagClassName
{
color: #C855DE;
}
</style>
background-color css
<style>
a { background-color: #C855DE; }
a { background-color: rgb(200,85,222); }
div.DivClassName
{
background-color: #C855DE;
}
.BgClassName
{
background-color: #C855DE;
}
</style>
border-color css
<style>
span { border-color: #C855DE; }
span { border-color: rgb(200,85,222); }
td.TdClassName
{
border-color: #C855DE;
}
.TagClassName
{
border-color: #C855DE;
}
</style>