Shades of Medium Orchid #C068DC
Tints of Medium Orchid #C068DC
RGB
CMYK
RGB Variations
Color information
#C068DC (or 0xC068DC) is known color: Medium Orchid. HEX triplet: C0, 68 and DC. RGB value is (192,104,220). Sum of RGB (Red+Green+Blue) = 192+104+220=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 104 (41.02% from 255 or 20.16% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C068DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DC is #3F9723. Grayscale: #8F8F8F. Windows color (decimal): -4167460 or 14444736. OLE color: 14444736.
HSL color Cylindrical-coordinate representation of color #C068DC: hue angle of 285.52º 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 #C068DC is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 104 | 220 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.14 |
| HSL | 285.52º | 0.62% | 0.64% | - |
| HSV(B) | 285.52º | 0.53% | 0.86% | - |
| XYZ | 39.61 | 26.27 | 70.69 | - |
| YUV | 143.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 220 | 0.13 | 0.53 | 0 | 0.14 | 285.52 | 0.62 | 0.64 |
| Hex | C0 | 68 | DC | D | 35 | 0 | E | 11E | 3E | 40 |
| Octal | 300 | 150 | 334 | 15 | 65 | 0 | 16 | 436 | 76 | 100 |
| Binary | 11000000 | 1101000 | 11011100 | 1101 | 110101 | 0 | 1110 | 100011110 | 111110 | 1000000 |
Color Harmonies of #C068DC
Complementary color
Monochromatic Colors of #C068DC
Black with #C068DC
Text Example
Text Example
White with #C068DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068DC; }
p { color: rgb(192,104,220); }
H1.HeaderClassName
{
color: #C068DC;
}
.AnyTagClassName
{
color: #C068DC;
}
</style>
background-color css
<style>
a { background-color: #C068DC; }
a { background-color: rgb(192,104,220); }
div.DivClassName
{
background-color: #C068DC;
}
.BgClassName
{
background-color: #C068DC;
}
</style>
border-color css
<style>
span { border-color: #C068DC; }
span { border-color: rgb(192,104,220); }
td.TdClassName
{
border-color: #C068DC;
}
.TagClassName
{
border-color: #C068DC;
}
</style>