Shades of Medium Orchid #C068D7
Tints of Medium Orchid #C068D7
RGB
CMYK
RGB Variations
Color information
#C068D7 (or 0xC068D7) is known color: Medium Orchid. HEX triplet: C0, 68 and D7. RGB value is (192,104,215). Sum of RGB (Red+Green+Blue) = 192+104+215=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #C068D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068D7 is #3F9728. Grayscale: #8E8E8E. Windows color (decimal): -4167465 or 14117056. OLE color: 14117056.
HSL color Cylindrical-coordinate representation of color #C068D7: hue angle of 287.57º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C068D7 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 104 | 215 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.16 |
| HSL | 287.57º | 0.58% | 0.63% | - |
| HSV(B) | 287.57º | 0.52% | 0.84% | - |
| XYZ | 38.95 | 26.01 | 67.26 | - |
| YUV | 142.97 | 168.65 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 215 | 0.11 | 0.52 | 0 | 0.16 | 287.57 | 0.58 | 0.63 |
| Hex | C0 | 68 | D7 | B | 34 | 0 | 10 | 120 | 3A | 3F |
| Octal | 300 | 150 | 327 | 13 | 64 | 0 | 20 | 440 | 72 | 77 |
| Binary | 11000000 | 1101000 | 11010111 | 1011 | 110100 | 0 | 10000 | 100100000 | 111010 | 111111 |
Color Harmonies of #C068D7
Complementary color
Monochromatic Colors of #C068D7
Black with #C068D7
Text Example
Text Example
White with #C068D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068D7; }
p { color: rgb(192,104,215); }
H1.HeaderClassName
{
color: #C068D7;
}
.AnyTagClassName
{
color: #C068D7;
}
</style>
background-color css
<style>
a { background-color: #C068D7; }
a { background-color: rgb(192,104,215); }
div.DivClassName
{
background-color: #C068D7;
}
.BgClassName
{
background-color: #C068D7;
}
</style>
border-color css
<style>
span { border-color: #C068D7; }
span { border-color: rgb(192,104,215); }
td.TdClassName
{
border-color: #C068D7;
}
.TagClassName
{
border-color: #C068D7;
}
</style>