Shades of Medium Orchid #C768D5
Tints of Medium Orchid #C768D5
RGB
CMYK
RGB Variations
Color information
#C768D5 (or 0xC768D5) is known color: Medium Orchid. HEX triplet: C7, 68 and D5. RGB value is (199,104,213). Sum of RGB (Red+Green+Blue) = 199+104+213=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #C768D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768D5 is #38972A. Grayscale: #909090. Windows color (decimal): -3708715 or 13985991. OLE color: 13985991.
HSL color Cylindrical-coordinate representation of color #C768D5: hue angle of 292.29º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C768D5 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 104 | 213 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.16 |
| HSL | 292.29º | 0.56% | 0.62% | - |
| HSV(B) | 292.29º | 0.51% | 0.84% | - |
| XYZ | 40.51 | 26.85 | 66 | - |
| YUV | 144.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 213 | 0.07 | 0.51 | 0 | 0.16 | 292.29 | 0.56 | 0.62 |
| Hex | C7 | 68 | D5 | 7 | 33 | 0 | 10 | 124 | 38 | 3E |
| Octal | 307 | 150 | 325 | 7 | 63 | 0 | 20 | 444 | 70 | 76 |
| Binary | 11000111 | 1101000 | 11010101 | 111 | 110011 | 0 | 10000 | 100100100 | 111000 | 111110 |
Color Harmonies of #C768D5
Complementary color
Monochromatic Colors of #C768D5
Black with #C768D5
Text Example
Text Example
White with #C768D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768D5; }
p { color: rgb(199,104,213); }
H1.HeaderClassName
{
color: #C768D5;
}
.AnyTagClassName
{
color: #C768D5;
}
</style>
background-color css
<style>
a { background-color: #C768D5; }
a { background-color: rgb(199,104,213); }
div.DivClassName
{
background-color: #C768D5;
}
.BgClassName
{
background-color: #C768D5;
}
</style>
border-color css
<style>
span { border-color: #C768D5; }
span { border-color: rgb(199,104,213); }
td.TdClassName
{
border-color: #C768D5;
}
.TagClassName
{
border-color: #C768D5;
}
</style>