Shades of Medium Orchid #C155FC
Tints of Medium Orchid #C155FC
RGB
CMYK
RGB Variations
Color information
#C155FC (or 0xC155FC) is known color: Medium Orchid. HEX triplet: C1, 55 and FC. RGB value is (193,85,252). Sum of RGB (Red+Green+Blue) = 193+85+252=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C155FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155FC is #3EAA03. Grayscale: #878787. Windows color (decimal): -4106756 or 16537025. OLE color: 16537025.
HSL color Cylindrical-coordinate representation of color #C155FC: hue angle of 278.8º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C155FC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 85 | 252 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.01 |
| HSL | 278.8º | 0.97% | 0.66% | - |
| HSV(B) | 278.8º | 0.66% | 0.99% | - |
| XYZ | 42.81 | 24.86 | 94.64 | - |
| YUV | 136.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 252 | 0.23 | 0.66 | 0 | 0.01 | 278.8 | 0.97 | 0.66 |
| Hex | C1 | 55 | FC | 17 | 42 | 0 | 1 | 117 | 61 | 42 |
| Octal | 301 | 125 | 374 | 27 | 102 | 0 | 1 | 427 | 141 | 102 |
| Binary | 11000001 | 1010101 | 11111100 | 10111 | 1000010 | 0 | 1 | 100010111 | 1100001 | 1000010 |
Color Harmonies of #C155FC
Complementary color
Monochromatic Colors of #C155FC
Black with #C155FC
Text Example
Text Example
White with #C155FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155FC; }
p { color: rgb(193,85,252); }
H1.HeaderClassName
{
color: #C155FC;
}
.AnyTagClassName
{
color: #C155FC;
}
</style>
background-color css
<style>
a { background-color: #C155FC; }
a { background-color: rgb(193,85,252); }
div.DivClassName
{
background-color: #C155FC;
}
.BgClassName
{
background-color: #C155FC;
}
</style>
border-color css
<style>
span { border-color: #C155FC; }
span { border-color: rgb(193,85,252); }
td.TdClassName
{
border-color: #C155FC;
}
.TagClassName
{
border-color: #C155FC;
}
</style>