Shades of Medium Orchid #C066D7
Tints of Medium Orchid #C066D7
RGB
CMYK
RGB Variations
Color information
#C066D7 (or 0xC066D7) is known color: Medium Orchid. HEX triplet: C0, 66 and D7. RGB value is (192,102,215). Sum of RGB (Red+Green+Blue) = 192+102+215=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #C066D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066D7 is #3F9928. Grayscale: #8D8D8D. Windows color (decimal): -4167977 or 14116544. OLE color: 14116544.
HSL color Cylindrical-coordinate representation of color #C066D7: hue angle of 287.79º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C066D7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 102 | 215 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.16 |
| HSL | 287.79º | 0.59% | 0.62% | - |
| HSV(B) | 287.79º | 0.53% | 0.84% | - |
| XYZ | 38.76 | 25.62 | 67.19 | - |
| YUV | 141.79 | 169.32 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 215 | 0.11 | 0.53 | 0 | 0.16 | 287.79 | 0.59 | 0.62 |
| Hex | C0 | 66 | D7 | B | 35 | 0 | 10 | 120 | 3B | 3E |
| Octal | 300 | 146 | 327 | 13 | 65 | 0 | 20 | 440 | 73 | 76 |
| Binary | 11000000 | 1100110 | 11010111 | 1011 | 110101 | 0 | 10000 | 100100000 | 111011 | 111110 |
Color Harmonies of #C066D7
Complementary color
Monochromatic Colors of #C066D7
Black with #C066D7
Text Example
Text Example
White with #C066D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066D7; }
p { color: rgb(192,102,215); }
H1.HeaderClassName
{
color: #C066D7;
}
.AnyTagClassName
{
color: #C066D7;
}
</style>
background-color css
<style>
a { background-color: #C066D7; }
a { background-color: rgb(192,102,215); }
div.DivClassName
{
background-color: #C066D7;
}
.BgClassName
{
background-color: #C066D7;
}
</style>
border-color css
<style>
span { border-color: #C066D7; }
span { border-color: rgb(192,102,215); }
td.TdClassName
{
border-color: #C066D7;
}
.TagClassName
{
border-color: #C066D7;
}
</style>