Shades of Medium Orchid #C068DA
Tints of Medium Orchid #C068DA
RGB
CMYK
RGB Variations
Color information
#C068DA (or 0xC068DA) is known color: Medium Orchid. HEX triplet: C0, 68 and DA. RGB value is (192,104,218). Sum of RGB (Red+Green+Blue) = 192+104+218=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C068DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DA is #3F9725. Grayscale: #8E8E8E. Windows color (decimal): -4167462 or 14313664. OLE color: 14313664.
HSL color Cylindrical-coordinate representation of color #C068DA: hue angle of 286.32º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C068DA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 104 | 218 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.15 |
| HSL | 286.32º | 0.61% | 0.63% | - |
| HSV(B) | 286.32º | 0.52% | 0.85% | - |
| XYZ | 39.34 | 26.17 | 69.31 | - |
| YUV | 143.31 | 170.15 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 218 | 0.12 | 0.52 | 0 | 0.15 | 286.32 | 0.61 | 0.63 |
| Hex | C0 | 68 | DA | C | 34 | 0 | F | 11E | 3D | 3F |
| Octal | 300 | 150 | 332 | 14 | 64 | 0 | 17 | 436 | 75 | 77 |
| Binary | 11000000 | 1101000 | 11011010 | 1100 | 110100 | 0 | 1111 | 100011110 | 111101 | 111111 |
Color Harmonies of #C068DA
Complementary color
Monochromatic Colors of #C068DA
Black with #C068DA
Text Example
Text Example
White with #C068DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068DA; }
p { color: rgb(192,104,218); }
H1.HeaderClassName
{
color: #C068DA;
}
.AnyTagClassName
{
color: #C068DA;
}
</style>
background-color css
<style>
a { background-color: #C068DA; }
a { background-color: rgb(192,104,218); }
div.DivClassName
{
background-color: #C068DA;
}
.BgClassName
{
background-color: #C068DA;
}
</style>
border-color css
<style>
span { border-color: #C068DA; }
span { border-color: rgb(192,104,218); }
td.TdClassName
{
border-color: #C068DA;
}
.TagClassName
{
border-color: #C068DA;
}
</style>