Shades of Medium Orchid #C171DA
Tints of Medium Orchid #C171DA
RGB
CMYK
RGB Variations
Color information
#C171DA (or 0xC171DA) is known color: Medium Orchid. HEX triplet: C1, 71 and DA. RGB value is (193,113,218). Sum of RGB (Red+Green+Blue) = 193+113+218=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #C171DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171DA is #3E8E25. Grayscale: #949494. Windows color (decimal): -4099622 or 14315969. OLE color: 14315969.
HSL color Cylindrical-coordinate representation of color #C171DA: hue angle of 285.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C171DA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 113 | 218 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 285.71º | 0.59% | 0.65% | - |
| HSV(B) | 285.71º | 0.48% | 0.85% | - |
| XYZ | 40.55 | 28.21 | 69.64 | - |
| YUV | 148.89 | 167 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 113 | 218 | 0.11 | 0.48 | 0 | 0.15 | 285.71 | 0.59 | 0.65 |
| Hex | C1 | 71 | DA | B | 30 | 0 | F | 11E | 3B | 41 |
| Octal | 301 | 161 | 332 | 13 | 60 | 0 | 17 | 436 | 73 | 101 |
| Binary | 11000001 | 1110001 | 11011010 | 1011 | 110000 | 0 | 1111 | 100011110 | 111011 | 1000001 |
Color Harmonies of #C171DA
Complementary color
Monochromatic Colors of #C171DA
Black with #C171DA
Text Example
Text Example
White with #C171DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C171DA; }
p { color: rgb(193,113,218); }
H1.HeaderClassName
{
color: #C171DA;
}
.AnyTagClassName
{
color: #C171DA;
}
</style>
background-color css
<style>
a { background-color: #C171DA; }
a { background-color: rgb(193,113,218); }
div.DivClassName
{
background-color: #C171DA;
}
.BgClassName
{
background-color: #C171DA;
}
</style>
border-color css
<style>
span { border-color: #C171DA; }
span { border-color: rgb(193,113,218); }
td.TdClassName
{
border-color: #C171DA;
}
.TagClassName
{
border-color: #C171DA;
}
</style>