Shades of Orchid #C175D3
Tints of Orchid #C175D3
RGB
CMYK
RGB Variations
Color information
#C175D3 (or 0xC175D3) is known color: Orchid. HEX triplet: C1, 75 and D3. RGB value is (193,117,211). Sum of RGB (Red+Green+Blue) = 193+117+211=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 211 (82.81% from 255 or 40.50% from 521); Max value from RGB is 211 - color contains mainly: blue. Hex color #C175D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175D3 is #3E8A2C. Grayscale: #969696. Windows color (decimal): -4098605 or 13858241. OLE color: 13858241.
HSL color Cylindrical-coordinate representation of color #C175D3: hue angle of 288.51º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C175D3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 117 | 211 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.17 |
| HSL | 288.51º | 0.52% | 0.64% | - |
| HSV(B) | 288.51º | 0.45% | 0.83% | - |
| XYZ | 40.11 | 28.76 | 65.07 | - |
| YUV | 150.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 211 | 0.09 | 0.45 | 0 | 0.17 | 288.51 | 0.52 | 0.64 |
| Hex | C1 | 75 | D3 | 9 | 2D | 0 | 11 | 121 | 34 | 40 |
| Octal | 301 | 165 | 323 | 11 | 55 | 0 | 21 | 441 | 64 | 100 |
| Binary | 11000001 | 1110101 | 11010011 | 1001 | 101101 | 0 | 10001 | 100100001 | 110100 | 1000000 |
Color Harmonies of #C175D3
Complementary color
Monochromatic Colors of #C175D3
Black with #C175D3
Text Example
Text Example
White with #C175D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175D3; }
p { color: rgb(193,117,211); }
H1.HeaderClassName
{
color: #C175D3;
}
.AnyTagClassName
{
color: #C175D3;
}
</style>
background-color css
<style>
a { background-color: #C175D3; }
a { background-color: rgb(193,117,211); }
div.DivClassName
{
background-color: #C175D3;
}
.BgClassName
{
background-color: #C175D3;
}
</style>
border-color css
<style>
span { border-color: #C175D3; }
span { border-color: rgb(193,117,211); }
td.TdClassName
{
border-color: #C175D3;
}
.TagClassName
{
border-color: #C175D3;
}
</style>