Shades of Medium Orchid #C066DF
Tints of Medium Orchid #C066DF
RGB
CMYK
RGB Variations
Color information
#C066DF (or 0xC066DF) is known color: Medium Orchid. HEX triplet: C0, 66 and DF. RGB value is (192,102,223). Sum of RGB (Red+Green+Blue) = 192+102+223=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C066DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066DF is #3F9920. Grayscale: #8E8E8E. Windows color (decimal): -4167969 or 14640832. OLE color: 14640832.
HSL color Cylindrical-coordinate representation of color #C066DF: hue angle of 284.63º 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 #C066DF is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 102 | 223 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.13 |
| HSL | 284.63º | 0.65% | 0.64% | - |
| HSV(B) | 284.63º | 0.54% | 0.87% | - |
| XYZ | 39.81 | 26.04 | 72.74 | - |
| YUV | 142.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 223 | 0.14 | 0.54 | 0 | 0.13 | 284.63 | 0.65 | 0.64 |
| Hex | C0 | 66 | DF | E | 36 | 0 | D | 11D | 41 | 40 |
| Octal | 300 | 146 | 337 | 16 | 66 | 0 | 15 | 435 | 101 | 100 |
| Binary | 11000000 | 1100110 | 11011111 | 1110 | 110110 | 0 | 1101 | 100011101 | 1000001 | 1000000 |
Color Harmonies of #C066DF
Complementary color
Monochromatic Colors of #C066DF
Black with #C066DF
Text Example
Text Example
White with #C066DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066DF; }
p { color: rgb(192,102,223); }
H1.HeaderClassName
{
color: #C066DF;
}
.AnyTagClassName
{
color: #C066DF;
}
</style>
background-color css
<style>
a { background-color: #C066DF; }
a { background-color: rgb(192,102,223); }
div.DivClassName
{
background-color: #C066DF;
}
.BgClassName
{
background-color: #C066DF;
}
</style>
border-color css
<style>
span { border-color: #C066DF; }
span { border-color: rgb(192,102,223); }
td.TdClassName
{
border-color: #C066DF;
}
.TagClassName
{
border-color: #C066DF;
}
</style>