Shades of Medium Orchid #C156DE
Tints of Medium Orchid #C156DE
RGB
CMYK
RGB Variations
Color information
#C156DE (or 0xC156DE) is known color: Medium Orchid. HEX triplet: C1, 56 and DE. RGB value is (193,86,222). Sum of RGB (Red+Green+Blue) = 193+86+222=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 86 (33.98% from 255 or 17.17% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #C156DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C156DE is #3EA921. Grayscale: #858585. Windows color (decimal): -4106530 or 14571201. OLE color: 14571201.
HSL color Cylindrical-coordinate representation of color #C156DE: hue angle of 287.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C156DE is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 86 | 222 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.13 |
| HSL | 287.21º | 0.67% | 0.6% | - |
| HSV(B) | 287.21º | 0.61% | 0.87% | - |
| XYZ | 38.5 | 23.27 | 71.57 | - |
| YUV | 133.5 | 177.95 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 222 | 0.13 | 0.61 | 0 | 0.13 | 287.21 | 0.67 | 0.6 |
| Hex | C1 | 56 | DE | D | 3D | 0 | D | 11F | 43 | 3C |
| Octal | 301 | 126 | 336 | 15 | 75 | 0 | 15 | 437 | 103 | 74 |
| Binary | 11000001 | 1010110 | 11011110 | 1101 | 111101 | 0 | 1101 | 100011111 | 1000011 | 111100 |
Color Harmonies of #C156DE
Complementary color
Monochromatic Colors of #C156DE
Black with #C156DE
Text Example
Text Example
White with #C156DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156DE; }
p { color: rgb(193,86,222); }
H1.HeaderClassName
{
color: #C156DE;
}
.AnyTagClassName
{
color: #C156DE;
}
</style>
background-color css
<style>
a { background-color: #C156DE; }
a { background-color: rgb(193,86,222); }
div.DivClassName
{
background-color: #C156DE;
}
.BgClassName
{
background-color: #C156DE;
}
</style>
border-color css
<style>
span { border-color: #C156DE; }
span { border-color: rgb(193,86,222); }
td.TdClassName
{
border-color: #C156DE;
}
.TagClassName
{
border-color: #C156DE;
}
</style>