Shades of Medium Orchid #C769D7
Tints of Medium Orchid #C769D7
RGB
CMYK
RGB Variations
Color information
#C769D7 (or 0xC769D7) is known color: Medium Orchid. HEX triplet: C7, 69 and D7. RGB value is (199,105,215). Sum of RGB (Red+Green+Blue) = 199+105+215=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #C769D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D7 is #389628. Grayscale: #919191. Windows color (decimal): -3708457 or 14117319. OLE color: 14117319.
HSL color Cylindrical-coordinate representation of color #C769D7: hue angle of 291.27º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C769D7 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 105 | 215 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.16 |
| HSL | 291.27º | 0.58% | 0.63% | - |
| HSV(B) | 291.27º | 0.51% | 0.84% | - |
| XYZ | 40.87 | 27.15 | 67.38 | - |
| YUV | 145.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 215 | 0.07 | 0.51 | 0 | 0.16 | 291.27 | 0.58 | 0.63 |
| Hex | C7 | 69 | D7 | 7 | 33 | 0 | 10 | 123 | 3A | 3F |
| Octal | 307 | 151 | 327 | 7 | 63 | 0 | 20 | 443 | 72 | 77 |
| Binary | 11000111 | 1101001 | 11010111 | 111 | 110011 | 0 | 10000 | 100100011 | 111010 | 111111 |
Color Harmonies of #C769D7
Complementary color
Monochromatic Colors of #C769D7
Black with #C769D7
Text Example
Text Example
White with #C769D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769D7; }
p { color: rgb(199,105,215); }
H1.HeaderClassName
{
color: #C769D7;
}
.AnyTagClassName
{
color: #C769D7;
}
</style>
background-color css
<style>
a { background-color: #C769D7; }
a { background-color: rgb(199,105,215); }
div.DivClassName
{
background-color: #C769D7;
}
.BgClassName
{
background-color: #C769D7;
}
</style>
border-color css
<style>
span { border-color: #C769D7; }
span { border-color: rgb(199,105,215); }
td.TdClassName
{
border-color: #C769D7;
}
.TagClassName
{
border-color: #C769D7;
}
</style>