Shades of Medium Orchid #C155DC
Tints of Medium Orchid #C155DC
RGB
CMYK
RGB Variations
Color information
#C155DC (or 0xC155DC) is known color: Medium Orchid. HEX triplet: C1, 55 and DC. RGB value is (193,85,220). Sum of RGB (Red+Green+Blue) = 193+85+220=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #C155DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C155DC is #3EAA23. Grayscale: #848484. Windows color (decimal): -4106788 or 14439873. OLE color: 14439873.
HSL color Cylindrical-coordinate representation of color #C155DC: hue angle of 288º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C155DC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 85 | 220 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.14 |
| HSL | 288º | 0.66% | 0.6% | - |
| HSV(B) | 288º | 0.61% | 0.86% | - |
| XYZ | 38.16 | 23 | 70.14 | - |
| YUV | 132.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 220 | 0.12 | 0.61 | 0 | 0.14 | 288 | 0.66 | 0.6 |
| Hex | C1 | 55 | DC | C | 3D | 0 | E | 120 | 42 | 3C |
| Octal | 301 | 125 | 334 | 14 | 75 | 0 | 16 | 440 | 102 | 74 |
| Binary | 11000001 | 1010101 | 11011100 | 1100 | 111101 | 0 | 1110 | 100100000 | 1000010 | 111100 |
Color Harmonies of #C155DC
Complementary color
Monochromatic Colors of #C155DC
Black with #C155DC
Text Example
Text Example
White with #C155DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C155DC; }
p { color: rgb(193,85,220); }
H1.HeaderClassName
{
color: #C155DC;
}
.AnyTagClassName
{
color: #C155DC;
}
</style>
background-color css
<style>
a { background-color: #C155DC; }
a { background-color: rgb(193,85,220); }
div.DivClassName
{
background-color: #C155DC;
}
.BgClassName
{
background-color: #C155DC;
}
</style>
border-color css
<style>
span { border-color: #C155DC; }
span { border-color: rgb(193,85,220); }
td.TdClassName
{
border-color: #C155DC;
}
.TagClassName
{
border-color: #C155DC;
}
</style>