Shades of Medium Orchid #C170CF
Tints of Medium Orchid #C170CF
RGB
CMYK
RGB Variations
Color information
#C170CF (or 0xC170CF) is known color: Medium Orchid. HEX triplet: C1, 70 and CF. RGB value is (193,112,207). Sum of RGB (Red+Green+Blue) = 193+112+207=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #C170CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170CF is #3E8F30. Grayscale: #929292. Windows color (decimal): -4099889 or 13594817. OLE color: 13594817.
HSL color Cylindrical-coordinate representation of color #C170CF: hue angle of 291.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C170CF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 112 | 207 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.19 |
| HSL | 291.16º | 0.5% | 0.63% | - |
| HSV(B) | 291.16º | 0.46% | 0.81% | - |
| XYZ | 39.05 | 27.43 | 62.27 | - |
| YUV | 147.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 207 | 0.07 | 0.46 | 0 | 0.19 | 291.16 | 0.5 | 0.63 |
| Hex | C1 | 70 | CF | 7 | 2E | 0 | 13 | 123 | 32 | 3F |
| Octal | 301 | 160 | 317 | 7 | 56 | 0 | 23 | 443 | 62 | 77 |
| Binary | 11000001 | 1110000 | 11001111 | 111 | 101110 | 0 | 10011 | 100100011 | 110010 | 111111 |
Color Harmonies of #C170CF
Complementary color
Monochromatic Colors of #C170CF
Black with #C170CF
Text Example
Text Example
White with #C170CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170CF; }
p { color: rgb(193,112,207); }
H1.HeaderClassName
{
color: #C170CF;
}
.AnyTagClassName
{
color: #C170CF;
}
</style>
background-color css
<style>
a { background-color: #C170CF; }
a { background-color: rgb(193,112,207); }
div.DivClassName
{
background-color: #C170CF;
}
.BgClassName
{
background-color: #C170CF;
}
</style>
border-color css
<style>
span { border-color: #C170CF; }
span { border-color: rgb(193,112,207); }
td.TdClassName
{
border-color: #C170CF;
}
.TagClassName
{
border-color: #C170CF;
}
</style>