Shades of Medium Orchid #C768DC
Tints of Medium Orchid #C768DC
RGB
CMYK
RGB Variations
Color information
#C768DC (or 0xC768DC) is known color: Medium Orchid. HEX triplet: C7, 68 and DC. RGB value is (199,104,220). Sum of RGB (Red+Green+Blue) = 199+104+220=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C768DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C768DC is #389723. Grayscale: #919191. Windows color (decimal): -3708708 or 14444743. OLE color: 14444743.
HSL color Cylindrical-coordinate representation of color #C768DC: hue angle of 289.14º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C768DC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 104 | 220 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.14 |
| HSL | 289.14º | 0.62% | 0.64% | - |
| HSV(B) | 289.14º | 0.53% | 0.86% | - |
| XYZ | 41.42 | 27.21 | 70.78 | - |
| YUV | 145.63 | 169.97 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 220 | 0.10 | 0.53 | 0 | 0.14 | 289.14 | 0.62 | 0.64 |
| Hex | C7 | 68 | DC | A | 35 | 0 | E | 121 | 3E | 40 |
| Octal | 307 | 150 | 334 | 12 | 65 | 0 | 16 | 441 | 76 | 100 |
| Binary | 11000111 | 1101000 | 11011100 | 1010 | 110101 | 0 | 1110 | 100100001 | 111110 | 1000000 |
Color Harmonies of #C768DC
Complementary color
Monochromatic Colors of #C768DC
Black with #C768DC
Text Example
Text Example
White with #C768DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C768DC; }
p { color: rgb(199,104,220); }
H1.HeaderClassName
{
color: #C768DC;
}
.AnyTagClassName
{
color: #C768DC;
}
</style>
background-color css
<style>
a { background-color: #C768DC; }
a { background-color: rgb(199,104,220); }
div.DivClassName
{
background-color: #C768DC;
}
.BgClassName
{
background-color: #C768DC;
}
</style>
border-color css
<style>
span { border-color: #C768DC; }
span { border-color: rgb(199,104,220); }
td.TdClassName
{
border-color: #C768DC;
}
.TagClassName
{
border-color: #C768DC;
}
</style>