Shades of Medium Orchid #C068CE
Tints of Medium Orchid #C068CE
RGB
CMYK
RGB Variations
Color information
#C068CE (or 0xC068CE) is known color: Medium Orchid. HEX triplet: C0, 68 and CE. RGB value is (192,104,206). Sum of RGB (Red+Green+Blue) = 192+104+206=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C068CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CE is #3F9731. Grayscale: #8D8D8D. Windows color (decimal): -4167474 or 13527232. OLE color: 13527232.
HSL color Cylindrical-coordinate representation of color #C068CE: hue angle of 291.76º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C068CE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 104 | 206 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.19 |
| HSL | 291.76º | 0.51% | 0.61% | - |
| HSV(B) | 291.76º | 0.5% | 0.81% | - |
| XYZ | 37.83 | 25.56 | 61.33 | - |
| YUV | 141.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 206 | 0.07 | 0.50 | 0 | 0.19 | 291.76 | 0.51 | 0.61 |
| Hex | C0 | 68 | CE | 7 | 32 | 0 | 13 | 124 | 33 | 3D |
| Octal | 300 | 150 | 316 | 7 | 62 | 0 | 23 | 444 | 63 | 75 |
| Binary | 11000000 | 1101000 | 11001110 | 111 | 110010 | 0 | 10011 | 100100100 | 110011 | 111101 |
Color Harmonies of #C068CE
Complementary color
Monochromatic Colors of #C068CE
Black with #C068CE
Text Example
Text Example
White with #C068CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068CE; }
p { color: rgb(192,104,206); }
H1.HeaderClassName
{
color: #C068CE;
}
.AnyTagClassName
{
color: #C068CE;
}
</style>
background-color css
<style>
a { background-color: #C068CE; }
a { background-color: rgb(192,104,206); }
div.DivClassName
{
background-color: #C068CE;
}
.BgClassName
{
background-color: #C068CE;
}
</style>
border-color css
<style>
span { border-color: #C068CE; }
span { border-color: rgb(192,104,206); }
td.TdClassName
{
border-color: #C068CE;
}
.TagClassName
{
border-color: #C068CE;
}
</style>