Shades of Medium Orchid #C768D3
Tints of Medium Orchid #C768D3
RGB
CMYK
RGB Variations
Color information
#C768D3 (or 0xC768D3) is known color: Medium Orchid. HEX triplet: C7, 68 and D3. RGB value is (199,104,211). Sum of RGB (Red+Green+Blue) = 199+104+211=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 211 (82.81% from 255 or 41.05% from 514); Max value from RGB is 211 - color contains mainly: blue. Hex color #C768D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768D3 is #38972C. Grayscale: #909090. Windows color (decimal): -3708717 or 13854919. OLE color: 13854919.
HSL color Cylindrical-coordinate representation of color #C768D3: hue angle of 293.27º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C768D3 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 104 | 211 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.17 |
| HSL | 293.27º | 0.55% | 0.62% | - |
| HSV(B) | 293.27º | 0.51% | 0.83% | - |
| XYZ | 40.26 | 26.75 | 64.67 | - |
| YUV | 144.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 211 | 0.06 | 0.51 | 0 | 0.17 | 293.27 | 0.55 | 0.62 |
| Hex | C7 | 68 | D3 | 6 | 33 | 0 | 11 | 125 | 37 | 3E |
| Octal | 307 | 150 | 323 | 6 | 63 | 0 | 21 | 445 | 67 | 76 |
| Binary | 11000111 | 1101000 | 11010011 | 110 | 110011 | 0 | 10001 | 100100101 | 110111 | 111110 |
Color Harmonies of #C768D3
Complementary color
Monochromatic Colors of #C768D3
Black with #C768D3
Text Example
Text Example
White with #C768D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768D3; }
p { color: rgb(199,104,211); }
H1.HeaderClassName
{
color: #C768D3;
}
.AnyTagClassName
{
color: #C768D3;
}
</style>
background-color css
<style>
a { background-color: #C768D3; }
a { background-color: rgb(199,104,211); }
div.DivClassName
{
background-color: #C768D3;
}
.BgClassName
{
background-color: #C768D3;
}
</style>
border-color css
<style>
span { border-color: #C768D3; }
span { border-color: rgb(199,104,211); }
td.TdClassName
{
border-color: #C768D3;
}
.TagClassName
{
border-color: #C768D3;
}
</style>