Shades of Medium Orchid #C155CE
Tints of Medium Orchid #C155CE
RGB
CMYK
RGB Variations
Color information
#C155CE (or 0xC155CE) is known color: Medium Orchid. HEX triplet: C1, 55 and CE. RGB value is (193,85,206). Sum of RGB (Red+Green+Blue) = 193+85+206=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #C155CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155CE is #3EAA31. Grayscale: #828282. Windows color (decimal): -4106802 or 13522369. OLE color: 13522369.
HSL color Cylindrical-coordinate representation of color #C155CE: hue angle of 293.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C155CE is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 85 | 206 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.19 |
| HSL | 293.55º | 0.55% | 0.57% | - |
| HSV(B) | 293.55º | 0.59% | 0.81% | - |
| XYZ | 36.38 | 22.29 | 60.78 | - |
| YUV | 131.09 | 170.28 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 206 | 0.06 | 0.59 | 0 | 0.19 | 293.55 | 0.55 | 0.57 |
| Hex | C1 | 55 | CE | 6 | 3B | 0 | 13 | 126 | 37 | 39 |
| Octal | 301 | 125 | 316 | 6 | 73 | 0 | 23 | 446 | 67 | 71 |
| Binary | 11000001 | 1010101 | 11001110 | 110 | 111011 | 0 | 10011 | 100100110 | 110111 | 111001 |
Color Harmonies of #C155CE
Complementary color
Monochromatic Colors of #C155CE
Black with #C155CE
Text Example
Text Example
White with #C155CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155CE; }
p { color: rgb(193,85,206); }
H1.HeaderClassName
{
color: #C155CE;
}
.AnyTagClassName
{
color: #C155CE;
}
</style>
background-color css
<style>
a { background-color: #C155CE; }
a { background-color: rgb(193,85,206); }
div.DivClassName
{
background-color: #C155CE;
}
.BgClassName
{
background-color: #C155CE;
}
</style>
border-color css
<style>
span { border-color: #C155CE; }
span { border-color: rgb(193,85,206); }
td.TdClassName
{
border-color: #C155CE;
}
.TagClassName
{
border-color: #C155CE;
}
</style>