Shades of Medium Orchid #C172D8
Tints of Medium Orchid #C172D8
RGB
CMYK
RGB Variations
Color information
#C172D8 (or 0xC172D8) is known color: Medium Orchid. HEX triplet: C1, 72 and D8. RGB value is (193,114,216). Sum of RGB (Red+Green+Blue) = 193+114+216=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 114 (44.92% from 255 or 21.80% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #C172D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172D8 is #3E8D27. Grayscale: #949494. Windows color (decimal): -4099368 or 14185153. OLE color: 14185153.
HSL color Cylindrical-coordinate representation of color #C172D8: hue angle of 286.47º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C172D8 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 114 | 216 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.15 |
| HSL | 286.47º | 0.57% | 0.65% | - |
| HSV(B) | 286.47º | 0.47% | 0.85% | - |
| XYZ | 40.4 | 28.33 | 68.3 | - |
| YUV | 149.25 | 165.67 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 114 | 216 | 0.11 | 0.47 | 0 | 0.15 | 286.47 | 0.57 | 0.65 |
| Hex | C1 | 72 | D8 | B | 2F | 0 | F | 11E | 39 | 41 |
| Octal | 301 | 162 | 330 | 13 | 57 | 0 | 17 | 436 | 71 | 101 |
| Binary | 11000001 | 1110010 | 11011000 | 1011 | 101111 | 0 | 1111 | 100011110 | 111001 | 1000001 |
Color Harmonies of #C172D8
Complementary color
Monochromatic Colors of #C172D8
Black with #C172D8
Text Example
Text Example
White with #C172D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C172D8; }
p { color: rgb(193,114,216); }
H1.HeaderClassName
{
color: #C172D8;
}
.AnyTagClassName
{
color: #C172D8;
}
</style>
background-color css
<style>
a { background-color: #C172D8; }
a { background-color: rgb(193,114,216); }
div.DivClassName
{
background-color: #C172D8;
}
.BgClassName
{
background-color: #C172D8;
}
</style>
border-color css
<style>
span { border-color: #C172D8; }
span { border-color: rgb(193,114,216); }
td.TdClassName
{
border-color: #C172D8;
}
.TagClassName
{
border-color: #C172D8;
}
</style>