Shades of Medium Orchid #C765DC
Tints of Medium Orchid #C765DC
RGB
CMYK
RGB Variations
Color information
#C765DC (or 0xC765DC) is known color: Medium Orchid. HEX triplet: C7, 65 and DC. RGB value is (199,101,220). Sum of RGB (Red+Green+Blue) = 199+101+220=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 101 (39.84% from 255 or 19.42% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C765DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C765DC is #389A23. Grayscale: #8F8F8F. Windows color (decimal): -3709476 or 14443975. OLE color: 14443975.
HSL color Cylindrical-coordinate representation of color #C765DC: hue angle of 289.41º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C765DC is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 101 | 220 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.14 |
| HSL | 289.41º | 0.63% | 0.63% | - |
| HSV(B) | 289.41º | 0.54% | 0.86% | - |
| XYZ | 41.13 | 26.62 | 70.68 | - |
| YUV | 143.87 | 170.97 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 220 | 0.10 | 0.54 | 0 | 0.14 | 289.41 | 0.63 | 0.63 |
| Hex | C7 | 65 | DC | A | 36 | 0 | E | 121 | 3F | 3F |
| Octal | 307 | 145 | 334 | 12 | 66 | 0 | 16 | 441 | 77 | 77 |
| Binary | 11000111 | 1100101 | 11011100 | 1010 | 110110 | 0 | 1110 | 100100001 | 111111 | 111111 |
Color Harmonies of #C765DC
Complementary color
Monochromatic Colors of #C765DC
Black with #C765DC
Text Example
Text Example
White with #C765DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765DC; }
p { color: rgb(199,101,220); }
H1.HeaderClassName
{
color: #C765DC;
}
.AnyTagClassName
{
color: #C765DC;
}
</style>
background-color css
<style>
a { background-color: #C765DC; }
a { background-color: rgb(199,101,220); }
div.DivClassName
{
background-color: #C765DC;
}
.BgClassName
{
background-color: #C765DC;
}
</style>
border-color css
<style>
span { border-color: #C765DC; }
span { border-color: rgb(199,101,220); }
td.TdClassName
{
border-color: #C765DC;
}
.TagClassName
{
border-color: #C765DC;
}
</style>