Shades of Medium Orchid #C170CC
Tints of Medium Orchid #C170CC
RGB
CMYK
RGB Variations
Color information
#C170CC (or 0xC170CC) is known color: Medium Orchid. HEX triplet: C1, 70 and CC. RGB value is (193,112,204). Sum of RGB (Red+Green+Blue) = 193+112+204=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #C170CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170CC is #3E8F33. Grayscale: #929292. Windows color (decimal): -4099892 or 13398209. OLE color: 13398209.
HSL color Cylindrical-coordinate representation of color #C170CC: hue angle of 292.83º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C170CC is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 112 | 204 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.2 |
| HSL | 292.83º | 0.47% | 0.62% | - |
| HSV(B) | 292.83º | 0.45% | 0.8% | - |
| XYZ | 38.69 | 27.29 | 60.35 | - |
| YUV | 146.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 204 | 0.05 | 0.45 | 0 | 0.2 | 292.83 | 0.47 | 0.62 |
| Hex | C1 | 70 | CC | 5 | 2D | 0 | 14 | 125 | 2F | 3E |
| Octal | 301 | 160 | 314 | 5 | 55 | 0 | 24 | 445 | 57 | 76 |
| Binary | 11000001 | 1110000 | 11001100 | 101 | 101101 | 0 | 10100 | 100100101 | 101111 | 111110 |
Color Harmonies of #C170CC
Complementary color
Monochromatic Colors of #C170CC
Black with #C170CC
Text Example
Text Example
White with #C170CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170CC; }
p { color: rgb(193,112,204); }
H1.HeaderClassName
{
color: #C170CC;
}
.AnyTagClassName
{
color: #C170CC;
}
</style>
background-color css
<style>
a { background-color: #C170CC; }
a { background-color: rgb(193,112,204); }
div.DivClassName
{
background-color: #C170CC;
}
.BgClassName
{
background-color: #C170CC;
}
</style>
border-color css
<style>
span { border-color: #C170CC; }
span { border-color: rgb(193,112,204); }
td.TdClassName
{
border-color: #C170CC;
}
.TagClassName
{
border-color: #C170CC;
}
</style>