Shades of Medium Orchid #C170CE
Tints of Medium Orchid #C170CE
RGB
CMYK
RGB Variations
Color information
#C170CE (or 0xC170CE) is known color: Medium Orchid. HEX triplet: C1, 70 and CE. RGB value is (193,112,206). Sum of RGB (Red+Green+Blue) = 193+112+206=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #C170CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170CE is #3E8F31. Grayscale: #929292. Windows color (decimal): -4099890 or 13529281. OLE color: 13529281.
HSL color Cylindrical-coordinate representation of color #C170CE: hue angle of 291.7º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C170CE is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 112 | 206 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.19 |
| HSL | 291.7º | 0.49% | 0.62% | - |
| HSV(B) | 291.7º | 0.46% | 0.81% | - |
| XYZ | 38.93 | 27.38 | 61.63 | - |
| YUV | 146.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 206 | 0.06 | 0.46 | 0 | 0.19 | 291.7 | 0.49 | 0.62 |
| Hex | C1 | 70 | CE | 6 | 2E | 0 | 13 | 124 | 31 | 3E |
| Octal | 301 | 160 | 316 | 6 | 56 | 0 | 23 | 444 | 61 | 76 |
| Binary | 11000001 | 1110000 | 11001110 | 110 | 101110 | 0 | 10011 | 100100100 | 110001 | 111110 |
Color Harmonies of #C170CE
Complementary color
Monochromatic Colors of #C170CE
Black with #C170CE
Text Example
Text Example
White with #C170CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170CE; }
p { color: rgb(193,112,206); }
H1.HeaderClassName
{
color: #C170CE;
}
.AnyTagClassName
{
color: #C170CE;
}
</style>
background-color css
<style>
a { background-color: #C170CE; }
a { background-color: rgb(193,112,206); }
div.DivClassName
{
background-color: #C170CE;
}
.BgClassName
{
background-color: #C170CE;
}
</style>
border-color css
<style>
span { border-color: #C170CE; }
span { border-color: rgb(193,112,206); }
td.TdClassName
{
border-color: #C170CE;
}
.TagClassName
{
border-color: #C170CE;
}
</style>