Shades of Medium Orchid #C170DA
Tints of Medium Orchid #C170DA
RGB
CMYK
RGB Variations
Color information
#C170DA (or 0xC170DA) is known color: Medium Orchid. HEX triplet: C1, 70 and DA. RGB value is (193,112,218). Sum of RGB (Red+Green+Blue) = 193+112+218=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #C170DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170DA is #3E8F25. Grayscale: #939393. Windows color (decimal): -4099878 or 14315713. OLE color: 14315713.
HSL color Cylindrical-coordinate representation of color #C170DA: hue angle of 285.85º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C170DA is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 112 | 218 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.15 |
| HSL | 285.85º | 0.59% | 0.65% | - |
| HSV(B) | 285.85º | 0.49% | 0.85% | - |
| XYZ | 40.44 | 27.99 | 69.6 | - |
| YUV | 148.3 | 167.34 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 218 | 0.11 | 0.49 | 0 | 0.15 | 285.85 | 0.59 | 0.65 |
| Hex | C1 | 70 | DA | B | 31 | 0 | F | 11E | 3B | 41 |
| Octal | 301 | 160 | 332 | 13 | 61 | 0 | 17 | 436 | 73 | 101 |
| Binary | 11000001 | 1110000 | 11011010 | 1011 | 110001 | 0 | 1111 | 100011110 | 111011 | 1000001 |
Color Harmonies of #C170DA
Complementary color
Monochromatic Colors of #C170DA
Black with #C170DA
Text Example
Text Example
White with #C170DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170DA; }
p { color: rgb(193,112,218); }
H1.HeaderClassName
{
color: #C170DA;
}
.AnyTagClassName
{
color: #C170DA;
}
</style>
background-color css
<style>
a { background-color: #C170DA; }
a { background-color: rgb(193,112,218); }
div.DivClassName
{
background-color: #C170DA;
}
.BgClassName
{
background-color: #C170DA;
}
</style>
border-color css
<style>
span { border-color: #C170DA; }
span { border-color: rgb(193,112,218); }
td.TdClassName
{
border-color: #C170DA;
}
.TagClassName
{
border-color: #C170DA;
}
</style>