Shades of Medium Orchid #C768E9
Tints of Medium Orchid #C768E9
RGB
CMYK
RGB Variations
Color information
#C768E9 (or 0xC768E9) is known color: Medium Orchid. HEX triplet: C7, 68 and E9. RGB value is (199,104,233). Sum of RGB (Red+Green+Blue) = 199+104+233=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 233 (91.41% from 255 or 43.47% from 536); Max value from RGB is 233 - color contains mainly: blue. Hex color #C768E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C768E9 is #389716. Grayscale: #929292. Windows color (decimal): -3708695 or 15296711. OLE color: 15296711.
HSL color Cylindrical-coordinate representation of color #C768E9: hue angle of 284.19º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C768E9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 104 | 233 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.09 |
| HSL | 284.19º | 0.75% | 0.66% | - |
| HSV(B) | 284.19º | 0.55% | 0.91% | - |
| XYZ | 43.21 | 27.93 | 80.2 | - |
| YUV | 147.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 233 | 0.15 | 0.55 | 0 | 0.09 | 284.19 | 0.75 | 0.66 |
| Hex | C7 | 68 | E9 | F | 37 | 0 | 9 | 11C | 4B | 42 |
| Octal | 307 | 150 | 351 | 17 | 67 | 0 | 11 | 434 | 113 | 102 |
| Binary | 11000111 | 1101000 | 11101001 | 1111 | 110111 | 0 | 1001 | 100011100 | 1001011 | 1000010 |
Color Harmonies of #C768E9
Complementary color
Monochromatic Colors of #C768E9
Black with #C768E9
Text Example
Text Example
White with #C768E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768E9; }
p { color: rgb(199,104,233); }
H1.HeaderClassName
{
color: #C768E9;
}
.AnyTagClassName
{
color: #C768E9;
}
</style>
background-color css
<style>
a { background-color: #C768E9; }
a { background-color: rgb(199,104,233); }
div.DivClassName
{
background-color: #C768E9;
}
.BgClassName
{
background-color: #C768E9;
}
</style>
border-color css
<style>
span { border-color: #C768E9; }
span { border-color: rgb(199,104,233); }
td.TdClassName
{
border-color: #C768E9;
}
.TagClassName
{
border-color: #C768E9;
}
</style>