Shades of Medium Orchid #C068DE
Tints of Medium Orchid #C068DE
RGB
CMYK
RGB Variations
Color information
#C068DE (or 0xC068DE) is known color: Medium Orchid. HEX triplet: C0, 68 and DE. RGB value is (192,104,222). Sum of RGB (Red+Green+Blue) = 192+104+222=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 104 (41.02% from 255 or 20.08% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #C068DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DE is #3F9721. Grayscale: #8F8F8F. Windows color (decimal): -4167458 or 14575808. OLE color: 14575808.
HSL color Cylindrical-coordinate representation of color #C068DE: hue angle of 284.75º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C068DE is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 104 | 222 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.13 |
| HSL | 284.75º | 0.64% | 0.64% | - |
| HSV(B) | 284.75º | 0.53% | 0.87% | - |
| XYZ | 39.87 | 26.38 | 72.1 | - |
| YUV | 143.76 | 172.15 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 222 | 0.14 | 0.53 | 0 | 0.13 | 284.75 | 0.64 | 0.64 |
| Hex | C0 | 68 | DE | E | 35 | 0 | D | 11D | 40 | 40 |
| Octal | 300 | 150 | 336 | 16 | 65 | 0 | 15 | 435 | 100 | 100 |
| Binary | 11000000 | 1101000 | 11011110 | 1110 | 110101 | 0 | 1101 | 100011101 | 1000000 | 1000000 |
Color Harmonies of #C068DE
Complementary color
Monochromatic Colors of #C068DE
Black with #C068DE
Text Example
Text Example
White with #C068DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068DE; }
p { color: rgb(192,104,222); }
H1.HeaderClassName
{
color: #C068DE;
}
.AnyTagClassName
{
color: #C068DE;
}
</style>
background-color css
<style>
a { background-color: #C068DE; }
a { background-color: rgb(192,104,222); }
div.DivClassName
{
background-color: #C068DE;
}
.BgClassName
{
background-color: #C068DE;
}
</style>
border-color css
<style>
span { border-color: #C068DE; }
span { border-color: rgb(192,104,222); }
td.TdClassName
{
border-color: #C068DE;
}
.TagClassName
{
border-color: #C068DE;
}
</style>