Shades of Medium Orchid #C769D6
Tints of Medium Orchid #C769D6
RGB
CMYK
RGB Variations
Color information
#C769D6 (or 0xC769D6) is known color: Medium Orchid. HEX triplet: C7, 69 and D6. RGB value is (199,105,214). Sum of RGB (Red+Green+Blue) = 199+105+214=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C769D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C769D6 is #389629. Grayscale: #919191. Windows color (decimal): -3708458 or 14051783. OLE color: 14051783.
HSL color Cylindrical-coordinate representation of color #C769D6: hue angle of 291.74º degrees, saturation: 0.57, 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 #C769D6 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 105 | 214 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.16 |
| HSL | 291.74º | 0.57% | 0.63% | - |
| HSV(B) | 291.74º | 0.51% | 0.84% | - |
| XYZ | 40.74 | 27.1 | 66.7 | - |
| YUV | 145.53 | 166.64 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 214 | 0.07 | 0.51 | 0 | 0.16 | 291.74 | 0.57 | 0.63 |
| Hex | C7 | 69 | D6 | 7 | 33 | 0 | 10 | 124 | 39 | 3F |
| Octal | 307 | 151 | 326 | 7 | 63 | 0 | 20 | 444 | 71 | 77 |
| Binary | 11000111 | 1101001 | 11010110 | 111 | 110011 | 0 | 10000 | 100100100 | 111001 | 111111 |
Color Harmonies of #C769D6
Complementary color
Monochromatic Colors of #C769D6
Black with #C769D6
Text Example
Text Example
White with #C769D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C769D6; }
p { color: rgb(199,105,214); }
H1.HeaderClassName
{
color: #C769D6;
}
.AnyTagClassName
{
color: #C769D6;
}
</style>
background-color css
<style>
a { background-color: #C769D6; }
a { background-color: rgb(199,105,214); }
div.DivClassName
{
background-color: #C769D6;
}
.BgClassName
{
background-color: #C769D6;
}
</style>
border-color css
<style>
span { border-color: #C769D6; }
span { border-color: rgb(199,105,214); }
td.TdClassName
{
border-color: #C769D6;
}
.TagClassName
{
border-color: #C769D6;
}
</style>