Shades of Medium Orchid #C765D9
Tints of Medium Orchid #C765D9
RGB
CMYK
RGB Variations
Color information
#C765D9 (or 0xC765D9) is known color: Medium Orchid. HEX triplet: C7, 65 and D9. RGB value is (199,101,217). Sum of RGB (Red+Green+Blue) = 199+101+217=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 217 (85.16% from 255 or 41.97% from 517); Max value from RGB is 217 - color contains mainly: blue. Hex color #C765D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765D9 is #389A26. Grayscale: #8F8F8F. Windows color (decimal): -3709479 or 14247367. OLE color: 14247367.
HSL color Cylindrical-coordinate representation of color #C765D9: hue angle of 290.69º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C765D9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 101 | 217 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.15 |
| HSL | 290.69º | 0.6% | 0.62% | - |
| HSV(B) | 290.69º | 0.53% | 0.85% | - |
| XYZ | 40.73 | 26.46 | 68.61 | - |
| YUV | 143.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 217 | 0.08 | 0.53 | 0 | 0.15 | 290.69 | 0.6 | 0.62 |
| Hex | C7 | 65 | D9 | 8 | 35 | 0 | F | 123 | 3C | 3E |
| Octal | 307 | 145 | 331 | 10 | 65 | 0 | 17 | 443 | 74 | 76 |
| Binary | 11000111 | 1100101 | 11011001 | 1000 | 110101 | 0 | 1111 | 100100011 | 111100 | 111110 |
Color Harmonies of #C765D9
Complementary color
Monochromatic Colors of #C765D9
Black with #C765D9
Text Example
Text Example
White with #C765D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765D9; }
p { color: rgb(199,101,217); }
H1.HeaderClassName
{
color: #C765D9;
}
.AnyTagClassName
{
color: #C765D9;
}
</style>
background-color css
<style>
a { background-color: #C765D9; }
a { background-color: rgb(199,101,217); }
div.DivClassName
{
background-color: #C765D9;
}
.BgClassName
{
background-color: #C765D9;
}
</style>
border-color css
<style>
span { border-color: #C765D9; }
span { border-color: rgb(199,101,217); }
td.TdClassName
{
border-color: #C765D9;
}
.TagClassName
{
border-color: #C765D9;
}
</style>