Shades of Medium Orchid #C155D3
Tints of Medium Orchid #C155D3
RGB
CMYK
RGB Variations
Color information
#C155D3 (or 0xC155D3) is known color: Medium Orchid. HEX triplet: C1, 55 and D3. RGB value is (193,85,211). Sum of RGB (Red+Green+Blue) = 193+85+211=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 211 - color contains mainly: blue. Hex color #C155D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155D3 is #3EAA2C. Grayscale: #838383. Windows color (decimal): -4106797 or 13850049. OLE color: 13850049.
HSL color Cylindrical-coordinate representation of color #C155D3: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C155D3 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 85 | 211 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.17 |
| HSL | 291.43º | 0.59% | 0.58% | - |
| HSV(B) | 291.43º | 0.6% | 0.83% | - |
| XYZ | 37 | 22.54 | 64.03 | - |
| YUV | 131.66 | 172.78 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 211 | 0.09 | 0.60 | 0 | 0.17 | 291.43 | 0.59 | 0.58 |
| Hex | C1 | 55 | D3 | 9 | 3C | 0 | 11 | 123 | 3B | 3A |
| Octal | 301 | 125 | 323 | 11 | 74 | 0 | 21 | 443 | 73 | 72 |
| Binary | 11000001 | 1010101 | 11010011 | 1001 | 111100 | 0 | 10001 | 100100011 | 111011 | 111010 |
Color Harmonies of #C155D3
Complementary color
Monochromatic Colors of #C155D3
Black with #C155D3
Text Example
Text Example
White with #C155D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155D3; }
p { color: rgb(193,85,211); }
H1.HeaderClassName
{
color: #C155D3;
}
.AnyTagClassName
{
color: #C155D3;
}
</style>
background-color css
<style>
a { background-color: #C155D3; }
a { background-color: rgb(193,85,211); }
div.DivClassName
{
background-color: #C155D3;
}
.BgClassName
{
background-color: #C155D3;
}
</style>
border-color css
<style>
span { border-color: #C155D3; }
span { border-color: rgb(193,85,211); }
td.TdClassName
{
border-color: #C155D3;
}
.TagClassName
{
border-color: #C155D3;
}
</style>