Shades of Medium Orchid #C170E8
Tints of Medium Orchid #C170E8
RGB
CMYK
RGB Variations
Color information
#C170E8 (or 0xC170E8) is known color: Medium Orchid. HEX triplet: C1, 70 and E8. RGB value is (193,112,232). Sum of RGB (Red+Green+Blue) = 193+112+232=537 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.94% from 537); Green value is 112 (44.14% from 255 or 20.86% from 537); Blue value is 232 (91.02% from 255 or 43.20% from 537); Max value from RGB is 232 - color contains mainly: blue. Hex color #C170E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C170E8 is #3E8F17. Grayscale: #959595. Windows color (decimal): -4099864 or 15233217. OLE color: 15233217.
HSL color Cylindrical-coordinate representation of color #C170E8: hue angle of 280.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C170E8 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 112 | 232 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.09 |
| HSL | 280.5º | 0.72% | 0.67% | - |
| HSV(B) | 280.5º | 0.52% | 0.91% | - |
| XYZ | 42.35 | 28.75 | 79.66 | - |
| YUV | 149.9 | 174.34 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 232 | 0.17 | 0.52 | 0 | 0.09 | 280.5 | 0.72 | 0.67 |
| Hex | C1 | 70 | E8 | 11 | 34 | 0 | 9 | 118 | 48 | 43 |
| Octal | 301 | 160 | 350 | 21 | 64 | 0 | 11 | 430 | 110 | 103 |
| Binary | 11000001 | 1110000 | 11101000 | 10001 | 110100 | 0 | 1001 | 100011000 | 1001000 | 1000011 |
Color Harmonies of #C170E8
Complementary color
Monochromatic Colors of #C170E8
Black with #C170E8
Text Example
Text Example
White with #C170E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170E8; }
p { color: rgb(193,112,232); }
H1.HeaderClassName
{
color: #C170E8;
}
.AnyTagClassName
{
color: #C170E8;
}
</style>
background-color css
<style>
a { background-color: #C170E8; }
a { background-color: rgb(193,112,232); }
div.DivClassName
{
background-color: #C170E8;
}
.BgClassName
{
background-color: #C170E8;
}
</style>
border-color css
<style>
span { border-color: #C170E8; }
span { border-color: rgb(193,112,232); }
td.TdClassName
{
border-color: #C170E8;
}
.TagClassName
{
border-color: #C170E8;
}
</style>