Shades of Medium Orchid #C155FA
Tints of Medium Orchid #C155FA
RGB
CMYK
RGB Variations
Color information
#C155FA (or 0xC155FA) is known color: Medium Orchid. HEX triplet: C1, 55 and FA. RGB value is (193,85,250). Sum of RGB (Red+Green+Blue) = 193+85+250=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 85 (33.59% from 255 or 16.10% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #C155FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C155FA is #3EAA05. Grayscale: #878787. Windows color (decimal): -4106758 or 16405953. OLE color: 16405953.
HSL color Cylindrical-coordinate representation of color #C155FA: hue angle of 279.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C155FA is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 85 | 250 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.02 |
| HSL | 279.27º | 0.94% | 0.66% | - |
| HSV(B) | 279.27º | 0.66% | 0.98% | - |
| XYZ | 42.5 | 24.74 | 92.98 | - |
| YUV | 136.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 250 | 0.23 | 0.66 | 0 | 0.02 | 279.27 | 0.94 | 0.66 |
| Hex | C1 | 55 | FA | 17 | 42 | 0 | 2 | 117 | 5E | 42 |
| Octal | 301 | 125 | 372 | 27 | 102 | 0 | 2 | 427 | 136 | 102 |
| Binary | 11000001 | 1010101 | 11111010 | 10111 | 1000010 | 0 | 10 | 100010111 | 1011110 | 1000010 |
Color Harmonies of #C155FA
Complementary color
Monochromatic Colors of #C155FA
Black with #C155FA
Text Example
Text Example
White with #C155FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155FA; }
p { color: rgb(193,85,250); }
H1.HeaderClassName
{
color: #C155FA;
}
.AnyTagClassName
{
color: #C155FA;
}
</style>
background-color css
<style>
a { background-color: #C155FA; }
a { background-color: rgb(193,85,250); }
div.DivClassName
{
background-color: #C155FA;
}
.BgClassName
{
background-color: #C155FA;
}
</style>
border-color css
<style>
span { border-color: #C155FA; }
span { border-color: rgb(193,85,250); }
td.TdClassName
{
border-color: #C155FA;
}
.TagClassName
{
border-color: #C155FA;
}
</style>