Shades of Medium Orchid #C128DF
Tints of Medium Orchid #C128DF
RGB
CMYK
RGB Variations
Color information
#C128DF (or 0xC128DF) is known color: Medium Orchid. HEX triplet: C1, 28 and DF. RGB value is (193,40,223). Sum of RGB (Red+Green+Blue) = 193+40+223=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #C128DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128DF is #3ED720. Grayscale: #6A6A6A. Windows color (decimal): -4118305 or 14624961. OLE color: 14624961.
HSL color Cylindrical-coordinate representation of color #C128DF: hue angle of 290.16º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C128DF is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 40 | 223 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.13 |
| HSL | 290.16º | 0.74% | 0.52% | - |
| HSV(B) | 290.16º | 0.82% | 0.87% | - |
| XYZ | 36.07 | 18.18 | 71.42 | - |
| YUV | 106.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 223 | 0.13 | 0.82 | 0 | 0.13 | 290.16 | 0.74 | 0.52 |
| Hex | C1 | 28 | DF | D | 52 | 0 | D | 122 | 4A | 34 |
| Octal | 301 | 50 | 337 | 15 | 122 | 0 | 15 | 442 | 112 | 64 |
| Binary | 11000001 | 101000 | 11011111 | 1101 | 1010010 | 0 | 1101 | 100100010 | 1001010 | 110100 |
Color Harmonies of #C128DF
Complementary color
Monochromatic Colors of #C128DF
Black with #C128DF
Text Example
Text Example
White with #C128DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C128DF; }
p { color: rgb(193,40,223); }
H1.HeaderClassName
{
color: #C128DF;
}
.AnyTagClassName
{
color: #C128DF;
}
</style>
background-color css
<style>
a { background-color: #C128DF; }
a { background-color: rgb(193,40,223); }
div.DivClassName
{
background-color: #C128DF;
}
.BgClassName
{
background-color: #C128DF;
}
</style>
border-color css
<style>
span { border-color: #C128DF; }
span { border-color: rgb(193,40,223); }
td.TdClassName
{
border-color: #C128DF;
}
.TagClassName
{
border-color: #C128DF;
}
</style>