Shades of Medium Orchid #C075D9
Tints of Medium Orchid #C075D9
RGB
CMYK
RGB Variations
Color information
#C075D9 (or 0xC075D9) is known color: Medium Orchid. HEX triplet: C0, 75 and D9. RGB value is (192,117,217). Sum of RGB (Red+Green+Blue) = 192+117+217=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 217 (85.16% from 255 or 41.25% from 526); Max value from RGB is 217 - color contains mainly: blue. Hex color #C075D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C075D9 is #3F8A26. Grayscale: #969696. Windows color (decimal): -4164135 or 14251456. OLE color: 14251456.
HSL color Cylindrical-coordinate representation of color #C075D9: hue angle of 285º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C075D9 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 117 | 217 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.15 |
| HSL | 285º | 0.57% | 0.65% | - |
| HSV(B) | 285º | 0.46% | 0.85% | - |
| XYZ | 40.62 | 28.94 | 69.09 | - |
| YUV | 150.83 | 165.35 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 217 | 0.12 | 0.46 | 0 | 0.15 | 285 | 0.57 | 0.65 |
| Hex | C0 | 75 | D9 | C | 2E | 0 | F | 11D | 39 | 41 |
| Octal | 300 | 165 | 331 | 14 | 56 | 0 | 17 | 435 | 71 | 101 |
| Binary | 11000000 | 1110101 | 11011001 | 1100 | 101110 | 0 | 1111 | 100011101 | 111001 | 1000001 |
Color Harmonies of #C075D9
Complementary color
Monochromatic Colors of #C075D9
Black with #C075D9
Text Example
Text Example
White with #C075D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C075D9; }
p { color: rgb(192,117,217); }
H1.HeaderClassName
{
color: #C075D9;
}
.AnyTagClassName
{
color: #C075D9;
}
</style>
background-color css
<style>
a { background-color: #C075D9; }
a { background-color: rgb(192,117,217); }
div.DivClassName
{
background-color: #C075D9;
}
.BgClassName
{
background-color: #C075D9;
}
</style>
border-color css
<style>
span { border-color: #C075D9; }
span { border-color: rgb(192,117,217); }
td.TdClassName
{
border-color: #C075D9;
}
.TagClassName
{
border-color: #C075D9;
}
</style>