Shades of Medium Orchid #C855F3
Tints of Medium Orchid #C855F3
RGB
CMYK
RGB Variations
Color information
#C855F3 (or 0xC855F3) is known color: Medium Orchid. HEX triplet: C8, 55 and F3. RGB value is (200,85,243). Sum of RGB (Red+Green+Blue) = 200+85+243=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #C855F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C855F3 is #37AA0C. Grayscale: #888888. Windows color (decimal): -3648013 or 15947208. OLE color: 15947208.
HSL color Cylindrical-coordinate representation of color #C855F3: hue angle of 283.67º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C855F3 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 85 | 243 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.05 |
| HSL | 283.67º | 0.87% | 0.64% | - |
| HSV(B) | 283.67º | 0.65% | 0.95% | - |
| XYZ | 43.25 | 25.25 | 87.39 | - |
| YUV | 137.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 243 | 0.18 | 0.65 | 0 | 0.05 | 283.67 | 0.87 | 0.64 |
| Hex | C8 | 55 | F3 | 12 | 41 | 0 | 5 | 11C | 57 | 40 |
| Octal | 310 | 125 | 363 | 22 | 101 | 0 | 5 | 434 | 127 | 100 |
| Binary | 11001000 | 1010101 | 11110011 | 10010 | 1000001 | 0 | 101 | 100011100 | 1010111 | 1000000 |
Color Harmonies of #C855F3
Complementary color
Monochromatic Colors of #C855F3
Black with #C855F3
Text Example
Text Example
White with #C855F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C855F3; }
p { color: rgb(200,85,243); }
H1.HeaderClassName
{
color: #C855F3;
}
.AnyTagClassName
{
color: #C855F3;
}
</style>
background-color css
<style>
a { background-color: #C855F3; }
a { background-color: rgb(200,85,243); }
div.DivClassName
{
background-color: #C855F3;
}
.BgClassName
{
background-color: #C855F3;
}
</style>
border-color css
<style>
span { border-color: #C855F3; }
span { border-color: rgb(200,85,243); }
td.TdClassName
{
border-color: #C855F3;
}
.TagClassName
{
border-color: #C855F3;
}
</style>