Shades of Medium Orchid #C175DF
Tints of Medium Orchid #C175DF
RGB
CMYK
RGB Variations
Color information
#C175DF (or 0xC175DF) is known color: Medium Orchid. HEX triplet: C1, 75 and DF. RGB value is (193,117,223). Sum of RGB (Red+Green+Blue) = 193+117+223=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 117 (46.09% from 255 or 21.95% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C175DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C175DF is #3E8A20. Grayscale: #979797. Windows color (decimal): -4098593 or 14644673. OLE color: 14644673.
HSL color Cylindrical-coordinate representation of color #C175DF: hue angle of 283.02º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C175DF is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 117 | 223 | - |
| CMYK | 0.13 | 0.48 | 0 | 0.13 |
| HSL | 283.02º | 0.62% | 0.67% | - |
| HSV(B) | 283.02º | 0.48% | 0.87% | - |
| XYZ | 41.67 | 29.39 | 73.29 | - |
| YUV | 151.81 | 168.18 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 223 | 0.13 | 0.48 | 0 | 0.13 | 283.02 | 0.62 | 0.67 |
| Hex | C1 | 75 | DF | D | 30 | 0 | D | 11B | 3E | 43 |
| Octal | 301 | 165 | 337 | 15 | 60 | 0 | 15 | 433 | 76 | 103 |
| Binary | 11000001 | 1110101 | 11011111 | 1101 | 110000 | 0 | 1101 | 100011011 | 111110 | 1000011 |
Color Harmonies of #C175DF
Complementary color
Monochromatic Colors of #C175DF
Black with #C175DF
Text Example
Text Example
White with #C175DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C175DF; }
p { color: rgb(193,117,223); }
H1.HeaderClassName
{
color: #C175DF;
}
.AnyTagClassName
{
color: #C175DF;
}
</style>
background-color css
<style>
a { background-color: #C175DF; }
a { background-color: rgb(193,117,223); }
div.DivClassName
{
background-color: #C175DF;
}
.BgClassName
{
background-color: #C175DF;
}
</style>
border-color css
<style>
span { border-color: #C175DF; }
span { border-color: rgb(193,117,223); }
td.TdClassName
{
border-color: #C175DF;
}
.TagClassName
{
border-color: #C175DF;
}
</style>