Shades of Medium Orchid #C768D4
Tints of Medium Orchid #C768D4
RGB
CMYK
RGB Variations
Color information
#C768D4 (or 0xC768D4) is known color: Medium Orchid. HEX triplet: C7, 68 and D4. RGB value is (199,104,212). Sum of RGB (Red+Green+Blue) = 199+104+212=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 212 (83.20% from 255 or 41.17% from 515); Max value from RGB is 212 - color contains mainly: blue. Hex color #C768D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768D4 is #38972B. Grayscale: #909090. Windows color (decimal): -3708716 or 13920455. OLE color: 13920455.
HSL color Cylindrical-coordinate representation of color #C768D4: hue angle of 292.78º degrees, saturation: 0.56, 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 #C768D4 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 104 | 212 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.17 |
| HSL | 292.78º | 0.56% | 0.62% | - |
| HSV(B) | 292.78º | 0.51% | 0.83% | - |
| XYZ | 40.39 | 26.8 | 65.33 | - |
| YUV | 144.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 212 | 0.06 | 0.51 | 0 | 0.17 | 292.78 | 0.56 | 0.62 |
| Hex | C7 | 68 | D4 | 6 | 33 | 0 | 11 | 125 | 38 | 3E |
| Octal | 307 | 150 | 324 | 6 | 63 | 0 | 21 | 445 | 70 | 76 |
| Binary | 11000111 | 1101000 | 11010100 | 110 | 110011 | 0 | 10001 | 100100101 | 111000 | 111110 |
Color Harmonies of #C768D4
Complementary color
Monochromatic Colors of #C768D4
Black with #C768D4
Text Example
Text Example
White with #C768D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768D4; }
p { color: rgb(199,104,212); }
H1.HeaderClassName
{
color: #C768D4;
}
.AnyTagClassName
{
color: #C768D4;
}
</style>
background-color css
<style>
a { background-color: #C768D4; }
a { background-color: rgb(199,104,212); }
div.DivClassName
{
background-color: #C768D4;
}
.BgClassName
{
background-color: #C768D4;
}
</style>
border-color css
<style>
span { border-color: #C768D4; }
span { border-color: rgb(199,104,212); }
td.TdClassName
{
border-color: #C768D4;
}
.TagClassName
{
border-color: #C768D4;
}
</style>