Shades of Medium Orchid #C155E4
Tints of Medium Orchid #C155E4
RGB
CMYK
RGB Variations
Color information
#C155E4 (or 0xC155E4) is known color: Medium Orchid. HEX triplet: C1, 55 and E4. RGB value is (193,85,228). Sum of RGB (Red+Green+Blue) = 193+85+228=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 228 (89.45% from 255 or 45.06% from 506); Max value from RGB is 228 - color contains mainly: blue. Hex color #C155E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155E4 is #3EAA1B. Grayscale: #858585. Windows color (decimal): -4106780 or 14964161. OLE color: 14964161.
HSL color Cylindrical-coordinate representation of color #C155E4: hue angle of 285.31º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C155E4 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 85 | 228 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.11 |
| HSL | 285.31º | 0.73% | 0.61% | - |
| HSV(B) | 285.31º | 0.63% | 0.89% | - |
| XYZ | 39.24 | 23.44 | 75.85 | - |
| YUV | 133.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 228 | 0.15 | 0.63 | 0 | 0.11 | 285.31 | 0.73 | 0.61 |
| Hex | C1 | 55 | E4 | F | 3F | 0 | B | 11D | 49 | 3D |
| Octal | 301 | 125 | 344 | 17 | 77 | 0 | 13 | 435 | 111 | 75 |
| Binary | 11000001 | 1010101 | 11100100 | 1111 | 111111 | 0 | 1011 | 100011101 | 1001001 | 111101 |
Color Harmonies of #C155E4
Complementary color
Monochromatic Colors of #C155E4
Black with #C155E4
Text Example
Text Example
White with #C155E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155E4; }
p { color: rgb(193,85,228); }
H1.HeaderClassName
{
color: #C155E4;
}
.AnyTagClassName
{
color: #C155E4;
}
</style>
background-color css
<style>
a { background-color: #C155E4; }
a { background-color: rgb(193,85,228); }
div.DivClassName
{
background-color: #C155E4;
}
.BgClassName
{
background-color: #C155E4;
}
</style>
border-color css
<style>
span { border-color: #C155E4; }
span { border-color: rgb(193,85,228); }
td.TdClassName
{
border-color: #C155E4;
}
.TagClassName
{
border-color: #C155E4;
}
</style>