Shades of Medium Orchid #C170DF
Tints of Medium Orchid #C170DF
RGB
CMYK
RGB Variations
Color information
#C170DF (or 0xC170DF) is known color: Medium Orchid. HEX triplet: C1, 70 and DF. RGB value is (193,112,223). Sum of RGB (Red+Green+Blue) = 193+112+223=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C170DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170DF is #3E8F20. Grayscale: #949494. Windows color (decimal): -4099873 or 14643393. OLE color: 14643393.
HSL color Cylindrical-coordinate representation of color #C170DF: hue angle of 283.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C170DF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 112 | 223 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.13 |
| HSL | 283.78º | 0.63% | 0.66% | - |
| HSV(B) | 283.78º | 0.5% | 0.87% | - |
| XYZ | 41.11 | 28.25 | 73.1 | - |
| YUV | 148.87 | 169.84 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 112 | 223 | 0.13 | 0.50 | 0 | 0.13 | 283.78 | 0.63 | 0.66 |
| Hex | C1 | 70 | DF | D | 32 | 0 | D | 11C | 3F | 42 |
| Octal | 301 | 160 | 337 | 15 | 62 | 0 | 15 | 434 | 77 | 102 |
| Binary | 11000001 | 1110000 | 11011111 | 1101 | 110010 | 0 | 1101 | 100011100 | 111111 | 1000010 |
Color Harmonies of #C170DF
Complementary color
Monochromatic Colors of #C170DF
Black with #C170DF
Text Example
Text Example
White with #C170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C170DF; }
p { color: rgb(193,112,223); }
H1.HeaderClassName
{
color: #C170DF;
}
.AnyTagClassName
{
color: #C170DF;
}
</style>
background-color css
<style>
a { background-color: #C170DF; }
a { background-color: rgb(193,112,223); }
div.DivClassName
{
background-color: #C170DF;
}
.BgClassName
{
background-color: #C170DF;
}
</style>
border-color css
<style>
span { border-color: #C170DF; }
span { border-color: rgb(193,112,223); }
td.TdClassName
{
border-color: #C170DF;
}
.TagClassName
{
border-color: #C170DF;
}
</style>