Shades of Medium Orchid #C768D9
Tints of Medium Orchid #C768D9
RGB
CMYK
RGB Variations
Color information
#C768D9 (or 0xC768D9) is known color: Medium Orchid. HEX triplet: C7, 68 and D9. RGB value is (199,104,217). Sum of RGB (Red+Green+Blue) = 199+104+217=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 217 (85.16% from 255 or 41.73% from 520); Max value from RGB is 217 - color contains mainly: blue. Hex color #C768D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768D9 is #389726. Grayscale: #909090. Windows color (decimal): -3708711 or 14248135. OLE color: 14248135.
HSL color Cylindrical-coordinate representation of color #C768D9: hue angle of 290.44º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C768D9 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 104 | 217 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.15 |
| HSL | 290.44º | 0.6% | 0.63% | - |
| HSV(B) | 290.44º | 0.52% | 0.85% | - |
| XYZ | 41.03 | 27.05 | 68.7 | - |
| YUV | 145.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 217 | 0.08 | 0.52 | 0 | 0.15 | 290.44 | 0.6 | 0.63 |
| Hex | C7 | 68 | D9 | 8 | 34 | 0 | F | 122 | 3C | 3F |
| Octal | 307 | 150 | 331 | 10 | 64 | 0 | 17 | 442 | 74 | 77 |
| Binary | 11000111 | 1101000 | 11011001 | 1000 | 110100 | 0 | 1111 | 100100010 | 111100 | 111111 |
Color Harmonies of #C768D9
Complementary color
Monochromatic Colors of #C768D9
Black with #C768D9
Text Example
Text Example
White with #C768D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768D9; }
p { color: rgb(199,104,217); }
H1.HeaderClassName
{
color: #C768D9;
}
.AnyTagClassName
{
color: #C768D9;
}
</style>
background-color css
<style>
a { background-color: #C768D9; }
a { background-color: rgb(199,104,217); }
div.DivClassName
{
background-color: #C768D9;
}
.BgClassName
{
background-color: #C768D9;
}
</style>
border-color css
<style>
span { border-color: #C768D9; }
span { border-color: rgb(199,104,217); }
td.TdClassName
{
border-color: #C768D9;
}
.TagClassName
{
border-color: #C768D9;
}
</style>