Shades of Medium Orchid #C175DA
Tints of Medium Orchid #C175DA
RGB
CMYK
RGB Variations
Color information
#C175DA (or 0xC175DA) is known color: Medium Orchid. HEX triplet: C1, 75 and DA. RGB value is (193,117,218). Sum of RGB (Red+Green+Blue) = 193+117+218=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 117 (46.09% from 255 or 22.16% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #C175DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175DA is #3E8A25. Grayscale: #969696. Windows color (decimal): -4098598 or 14316993. OLE color: 14316993.
HSL color Cylindrical-coordinate representation of color #C175DA: hue angle of 285.15º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C175DA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 117 | 218 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.15 |
| HSL | 285.15º | 0.58% | 0.66% | - |
| HSV(B) | 285.15º | 0.46% | 0.85% | - |
| XYZ | 41.01 | 29.12 | 69.79 | - |
| YUV | 151.24 | 165.68 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 218 | 0.11 | 0.46 | 0 | 0.15 | 285.15 | 0.58 | 0.66 |
| Hex | C1 | 75 | DA | B | 2E | 0 | F | 11D | 3A | 42 |
| Octal | 301 | 165 | 332 | 13 | 56 | 0 | 17 | 435 | 72 | 102 |
| Binary | 11000001 | 1110101 | 11011010 | 1011 | 101110 | 0 | 1111 | 100011101 | 111010 | 1000010 |
Color Harmonies of #C175DA
Complementary color
Monochromatic Colors of #C175DA
Black with #C175DA
Text Example
Text Example
White with #C175DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175DA; }
p { color: rgb(193,117,218); }
H1.HeaderClassName
{
color: #C175DA;
}
.AnyTagClassName
{
color: #C175DA;
}
</style>
background-color css
<style>
a { background-color: #C175DA; }
a { background-color: rgb(193,117,218); }
div.DivClassName
{
background-color: #C175DA;
}
.BgClassName
{
background-color: #C175DA;
}
</style>
border-color css
<style>
span { border-color: #C175DA; }
span { border-color: rgb(193,117,218); }
td.TdClassName
{
border-color: #C175DA;
}
.TagClassName
{
border-color: #C175DA;
}
</style>