Shades of Medium Orchid #C067DF
Tints of Medium Orchid #C067DF
RGB
CMYK
RGB Variations
Color information
#C067DF (or 0xC067DF) is known color: Medium Orchid. HEX triplet: C0, 67 and DF. RGB value is (192,103,223). Sum of RGB (Red+Green+Blue) = 192+103+223=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #C067DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067DF is #3F9820. Grayscale: #8E8E8E. Windows color (decimal): -4167713 or 14641088. OLE color: 14641088.
HSL color Cylindrical-coordinate representation of color #C067DF: hue angle of 284.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C067DF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 103 | 223 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.13 |
| HSL | 284.5º | 0.65% | 0.64% | - |
| HSV(B) | 284.5º | 0.54% | 0.87% | - |
| XYZ | 39.91 | 26.23 | 72.77 | - |
| YUV | 143.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 223 | 0.14 | 0.54 | 0 | 0.13 | 284.5 | 0.65 | 0.64 |
| Hex | C0 | 67 | DF | E | 36 | 0 | D | 11C | 41 | 40 |
| Octal | 300 | 147 | 337 | 16 | 66 | 0 | 15 | 434 | 101 | 100 |
| Binary | 11000000 | 1100111 | 11011111 | 1110 | 110110 | 0 | 1101 | 100011100 | 1000001 | 1000000 |
Color Harmonies of #C067DF
Complementary color
Monochromatic Colors of #C067DF
Black with #C067DF
Text Example
Text Example
White with #C067DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067DF; }
p { color: rgb(192,103,223); }
H1.HeaderClassName
{
color: #C067DF;
}
.AnyTagClassName
{
color: #C067DF;
}
</style>
background-color css
<style>
a { background-color: #C067DF; }
a { background-color: rgb(192,103,223); }
div.DivClassName
{
background-color: #C067DF;
}
.BgClassName
{
background-color: #C067DF;
}
</style>
border-color css
<style>
span { border-color: #C067DF; }
span { border-color: rgb(192,103,223); }
td.TdClassName
{
border-color: #C067DF;
}
.TagClassName
{
border-color: #C067DF;
}
</style>