Shades of Medium Orchid #C066EB
Tints of Medium Orchid #C066EB
RGB
CMYK
RGB Variations
Color information
#C066EB (or 0xC066EB) is known color: Medium Orchid. HEX triplet: C0, 66 and EB. RGB value is (192,102,235). Sum of RGB (Red+Green+Blue) = 192+102+235=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C066EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066EB is #3F9914. Grayscale: #8F8F8F. Windows color (decimal): -4167957 or 15427264. OLE color: 15427264.
HSL color Cylindrical-coordinate representation of color #C066EB: hue angle of 280.6º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C066EB is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 102 | 235 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.08 |
| HSL | 280.6º | 0.77% | 0.66% | - |
| HSV(B) | 280.6º | 0.57% | 0.92% | - |
| XYZ | 41.49 | 26.71 | 81.57 | - |
| YUV | 144.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 235 | 0.18 | 0.57 | 0 | 0.08 | 280.6 | 0.77 | 0.66 |
| Hex | C0 | 66 | EB | 12 | 39 | 0 | 8 | 119 | 4D | 42 |
| Octal | 300 | 146 | 353 | 22 | 71 | 0 | 10 | 431 | 115 | 102 |
| Binary | 11000000 | 1100110 | 11101011 | 10010 | 111001 | 0 | 1000 | 100011001 | 1001101 | 1000010 |
Color Harmonies of #C066EB
Complementary color
Monochromatic Colors of #C066EB
Black with #C066EB
Text Example
Text Example
White with #C066EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066EB; }
p { color: rgb(192,102,235); }
H1.HeaderClassName
{
color: #C066EB;
}
.AnyTagClassName
{
color: #C066EB;
}
</style>
background-color css
<style>
a { background-color: #C066EB; }
a { background-color: rgb(192,102,235); }
div.DivClassName
{
background-color: #C066EB;
}
.BgClassName
{
background-color: #C066EB;
}
</style>
border-color css
<style>
span { border-color: #C066EB; }
span { border-color: rgb(192,102,235); }
td.TdClassName
{
border-color: #C066EB;
}
.TagClassName
{
border-color: #C066EB;
}
</style>