Shades of Medium Orchid #C172DA
Tints of Medium Orchid #C172DA
RGB
CMYK
RGB Variations
Color information
#C172DA (or 0xC172DA) is known color: Medium Orchid. HEX triplet: C1, 72 and DA. RGB value is (193,114,218). Sum of RGB (Red+Green+Blue) = 193+114+218=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C172DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DA is #3E8D25. Grayscale: #959595. Windows color (decimal): -4099366 or 14316225. OLE color: 14316225.
HSL color Cylindrical-coordinate representation of color #C172DA: hue angle of 285.58º degrees, saturation: 0.58, 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 #C172DA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 114 | 218 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.15 |
| HSL | 285.58º | 0.58% | 0.65% | - |
| HSV(B) | 285.58º | 0.48% | 0.85% | - |
| XYZ | 40.66 | 28.43 | 69.67 | - |
| YUV | 149.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 218 | 0.11 | 0.48 | 0 | 0.15 | 285.58 | 0.58 | 0.65 |
| Hex | C1 | 72 | DA | B | 30 | 0 | F | 11E | 3A | 41 |
| Octal | 301 | 162 | 332 | 13 | 60 | 0 | 17 | 436 | 72 | 101 |
| Binary | 11000001 | 1110010 | 11011010 | 1011 | 110000 | 0 | 1111 | 100011110 | 111010 | 1000001 |
Color Harmonies of #C172DA
Complementary color
Monochromatic Colors of #C172DA
Black with #C172DA
Text Example
Text Example
White with #C172DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172DA; }
p { color: rgb(193,114,218); }
H1.HeaderClassName
{
color: #C172DA;
}
.AnyTagClassName
{
color: #C172DA;
}
</style>
background-color css
<style>
a { background-color: #C172DA; }
a { background-color: rgb(193,114,218); }
div.DivClassName
{
background-color: #C172DA;
}
.BgClassName
{
background-color: #C172DA;
}
</style>
border-color css
<style>
span { border-color: #C172DA; }
span { border-color: rgb(193,114,218); }
td.TdClassName
{
border-color: #C172DA;
}
.TagClassName
{
border-color: #C172DA;
}
</style>