Shades of Medium Orchid #C068DF
Tints of Medium Orchid #C068DF
RGB
CMYK
RGB Variations
Color information
#C068DF (or 0xC068DF) is known color: Medium Orchid. HEX triplet: C0, 68 and DF. RGB value is (192,104,223). Sum of RGB (Red+Green+Blue) = 192+104+223=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C068DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DF is #3F9720. Grayscale: #8F8F8F. Windows color (decimal): -4167457 or 14641344. OLE color: 14641344.
HSL color Cylindrical-coordinate representation of color #C068DF: hue angle of 284.37º degrees, saturation: 0.65, 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 #C068DF is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 104 | 223 | - |
CMYK | 0.14 | 0.53 | 0 | 0.13 |
HSL | 284.37º | 0.65% | 0.64% | - |
HSV(B) | 284.37º | 0.53% | 0.87% | - |
XYZ | 40.01 | 26.43 | 72.81 | - |
YUV | 143.88 | 172.65 | 162.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 104 | 223 | 0.14 | 0.53 | 0 | 0.13 | 284.37 | 0.65 | 0.64 |
Hex | C0 | 68 | DF | E | 35 | 0 | D | 11C | 41 | 40 |
Octal | 300 | 150 | 337 | 16 | 65 | 0 | 15 | 434 | 101 | 100 |
Binary | 11000000 | 1101000 | 11011111 | 1110 | 110101 | 0 | 1101 | 100011100 | 1000001 | 1000000 |
Color Harmonies of #C068DF
Complementary color
Monochromatic Colors of #C068DF
Black with #C068DF
Text Example
Text Example
White with #C068DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C068DF; }
p { color: rgb(192,104,223); }
H1.HeaderClassName
{
color: #C068DF;
}
.AnyTagClassName
{
color: #C068DF;
}
</style>
background-color css
<style>
a { background-color: #C068DF; }
a { background-color: rgb(192,104,223); }
div.DivClassName
{
background-color: #C068DF;
}
.BgClassName
{
background-color: #C068DF;
}
</style>
border-color css
<style>
span { border-color: #C068DF; }
span { border-color: rgb(192,104,223); }
td.TdClassName
{
border-color: #C068DF;
}
.TagClassName
{
border-color: #C068DF;
}
</style>