Shades of Medium Orchid #C066EE
Tints of Medium Orchid #C066EE
RGB
CMYK
RGB Variations
Color information
#C066EE (or 0xC066EE) is known color: Medium Orchid. HEX triplet: C0, 66 and EE. RGB value is (192,102,238). Sum of RGB (Red+Green+Blue) = 192+102+238=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 102 (40.23% from 255 or 19.17% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #C066EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066EE is #3F9911. Grayscale: #8F8F8F. Windows color (decimal): -4167954 or 15623872. OLE color: 15623872.
HSL color Cylindrical-coordinate representation of color #C066EE: hue angle of 279.71º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C066EE is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 102 | 238 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.07 |
| HSL | 279.71º | 0.8% | 0.67% | - |
| HSV(B) | 279.71º | 0.57% | 0.93% | - |
| XYZ | 41.92 | 26.88 | 83.87 | - |
| YUV | 144.41 | 180.82 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 238 | 0.19 | 0.57 | 0 | 0.07 | 279.71 | 0.8 | 0.67 |
| Hex | C0 | 66 | EE | 13 | 39 | 0 | 7 | 118 | 50 | 43 |
| Octal | 300 | 146 | 356 | 23 | 71 | 0 | 7 | 430 | 120 | 103 |
| Binary | 11000000 | 1100110 | 11101110 | 10011 | 111001 | 0 | 111 | 100011000 | 1010000 | 1000011 |
Color Harmonies of #C066EE
Complementary color
Monochromatic Colors of #C066EE
Black with #C066EE
Text Example
Text Example
White with #C066EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066EE; }
p { color: rgb(192,102,238); }
H1.HeaderClassName
{
color: #C066EE;
}
.AnyTagClassName
{
color: #C066EE;
}
</style>
background-color css
<style>
a { background-color: #C066EE; }
a { background-color: rgb(192,102,238); }
div.DivClassName
{
background-color: #C066EE;
}
.BgClassName
{
background-color: #C066EE;
}
</style>
border-color css
<style>
span { border-color: #C066EE; }
span { border-color: rgb(192,102,238); }
td.TdClassName
{
border-color: #C066EE;
}
.TagClassName
{
border-color: #C066EE;
}
</style>