Shades of Medium Orchid #C068D0
Tints of Medium Orchid #C068D0
RGB
CMYK
RGB Variations
Color information
#C068D0 (or 0xC068D0) is known color: Medium Orchid. HEX triplet: C0, 68 and D0. RGB value is (192,104,208). Sum of RGB (Red+Green+Blue) = 192+104+208=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #C068D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068D0 is #3F972F. Grayscale: #8D8D8D. Windows color (decimal): -4167472 or 13658304. OLE color: 13658304.
HSL color Cylindrical-coordinate representation of color #C068D0: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C068D0 is Cyan = 0.08, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 104 | 208 | - |
| CMYK | 0.08 | 0.5 | 0 | 0.18 |
| HSL | 290.77º | 0.53% | 0.61% | - |
| HSV(B) | 290.77º | 0.5% | 0.82% | - |
| XYZ | 38.07 | 25.66 | 62.62 | - |
| YUV | 142.17 | 165.15 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 208 | 0.08 | 0.5 | 0 | 0.18 | 290.77 | 0.53 | 0.61 |
| Hex | C0 | 68 | D0 | 8 | 32 | 0 | 12 | 123 | 35 | 3D |
| Octal | 300 | 150 | 320 | 10 | 62 | 0 | 22 | 443 | 65 | 75 |
| Binary | 11000000 | 1101000 | 11010000 | 1000 | 110010 | 0 | 10010 | 100100011 | 110101 | 111101 |
Color Harmonies of #C068D0
Complementary color
Monochromatic Colors of #C068D0
Black with #C068D0
Text Example
Text Example
White with #C068D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068D0; }
p { color: rgb(192,104,208); }
H1.HeaderClassName
{
color: #C068D0;
}
.AnyTagClassName
{
color: #C068D0;
}
</style>
background-color css
<style>
a { background-color: #C068D0; }
a { background-color: rgb(192,104,208); }
div.DivClassName
{
background-color: #C068D0;
}
.BgClassName
{
background-color: #C068D0;
}
</style>
border-color css
<style>
span { border-color: #C068D0; }
span { border-color: rgb(192,104,208); }
td.TdClassName
{
border-color: #C068D0;
}
.TagClassName
{
border-color: #C068D0;
}
</style>